Html Css Color HEX #C82928 Persian Red

📋 copy color: '#C82928'

red 200 ◦ green 41 ◦ blue 40

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

Shades of Persian Red #C82928

Tints of Persian Red #C82928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.59%

 BLUE value IS 40 (16.02% from 255) = 14.23%

R = 71.17%
G = 14.59%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C82928 (or 0xC82928) is known color: Persian Red. HEX triplet: C8, 29 and 28. RGB value is (200,41,40). Sum of RGB (Red+Green+Blue) = 200+41+40=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C82928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82928 is #37D6D7. Grayscale: #585858. Windows color (decimal): -3659480 or 2632136. OLE color: 2632136.

HSL color Cylindrical-coordinate representation of color #C82928: hue angle of 0.38º degrees, saturation: 0.67, 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 #C82928 is Cyan = 0, Magento = 0.80, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 41 40 -
CMYK 0 0.80 0.8 0.22
HSL 0.38º 0.67% 0.47% -
HSV(B) 0.38º 0.8% 0.78% -
XYZ 25 14.02 3.4 -
YUV 88.43 100.68 207.58 -
System Red Green Blue C M Y K H S L
Decimal 200 41 40 0 0.80 0.8 0.22 0.38 0.67 0.47
Hex C8 29 28 0 50 50 16 0 43 2F
Octal 310 51 50 0 120 120 26 0 103 57
Binary 11001000 101001 101000 0 1010000 1010000 10110 0 1000011 101111

Color Harmonies of #C82928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82928

Black with #C82928

Text Example


Text Example

White with #C82928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82928; }

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

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

background-color css

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

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

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

border-color css

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

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

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