Html Css Color HEX #C83726 Persian Red

📋 copy color: '#C83726'

red 200 ◦ green 55 ◦ blue 38

#C83726
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #C83726

Tints of Persian Red #C83726

RGB

 RED value IS 200 (78.52% from 255) = 68.26%

 GREEN value IS 55 (21.88% from 255) = 18.77%

 BLUE value IS 38 (15.23% from 255) = 12.97%

R = 68.26%
G = 18.77%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C83726 (or 0xC83726) is known color: Persian Red. HEX triplet: C8, 37 and 26. RGB value is (200,55,38). Sum of RGB (Red+Green+Blue) = 200+55+38=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C83726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83726 is #37C8D9. Grayscale: #606060. Windows color (decimal): -3655898 or 2504648. OLE color: 2504648.

HSL color Cylindrical-coordinate representation of color #C83726: hue angle of 6.3º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C83726 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 55 38 -
CMYK 0 0.72 0.81 0.22
HSL 6.3º 0.68% 0.47% -
HSV(B) 6.3º 0.81% 0.78% -
XYZ 25.54 15.15 3.41 -
YUV 96.42 95.04 201.88 -
System Red Green Blue C M Y K H S L
Decimal 200 55 38 0 0.72 0.81 0.22 6.3 0.68 0.47
Hex C8 37 26 0 48 51 16 6 44 2F
Octal 310 67 46 0 110 121 26 6 104 57
Binary 11001000 110111 100110 0 1001000 1010001 10110 110 1000100 101111

Color Harmonies of #C83726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83726

Black with #C83726

Text Example


Text Example

White with #C83726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83726; }

 p { color: rgb(200,55,38); }

 H1.HeaderClassName
 {
   color: #C83726;
 }
 .AnyTagClassName
 {
   color: #C83726;
 }
</style>

background-color css

<style>
 a { background-color: #C83726; }

 a { background-color: rgb(200,55,38); }

 div.DivClassName
 {
   background-color: #C83726;
 }
 .BgClassName
 {
   background-color: #C83726;
 }
</style>

border-color css

<style>
 span { border-color: #C83726; }

 span { border-color: rgb(200,55,38); }

 td.TdClassName
 {
   border-color: #C83726;
 }
 .TagClassName
 {
   border-color: #C83726;
 }
</style>