Html Css Color HEX #C83629 Persian Red

📋 copy color: '#C83629'

red 200 ◦ green 54 ◦ blue 41

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

Shades of Persian Red #C83629

Tints of Persian Red #C83629

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.31%

 BLUE value IS 41 (16.41% from 255) = 13.9%

R = 67.8%
G = 18.31%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C83629 (or 0xC83629) is known color: Persian Red. HEX triplet: C8, 36 and 29. RGB value is (200,54,41). Sum of RGB (Red+Green+Blue) = 200+54+41=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C83629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83629 is #37C9D6. Grayscale: #606060. Windows color (decimal): -3656151 or 2701000. OLE color: 2701000.

HSL color Cylindrical-coordinate representation of color #C83629: hue angle of 4.91º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C83629 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 54 41 -
CMYK 0 0.73 0.80 0.22
HSL 4.91º 0.66% 0.47% -
HSV(B) 4.91º 0.8% 0.78% -
XYZ 25.54 15.08 3.66 -
YUV 96.17 96.87 202.06 -
System Red Green Blue C M Y K H S L
Decimal 200 54 41 0 0.73 0.80 0.22 4.91 0.66 0.47
Hex C8 36 29 0 49 50 16 5 42 2F
Octal 310 66 51 0 111 120 26 5 102 57
Binary 11001000 110110 101001 0 1001001 1010000 10110 101 1000010 101111

Color Harmonies of #C83629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83629

Black with #C83629

Text Example


Text Example

White with #C83629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83629; }

 p { color: rgb(200,54,41); }

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

background-color css

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

 a { background-color: rgb(200,54,41); }

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

border-color css

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

 span { border-color: rgb(200,54,41); }

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