Html Css Color HEX #C82929 Persian Red

📋 copy color: '#C82929'

red 200 ◦ green 41 ◦ blue 41

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

Shades of Persian Red #C82929

Tints of Persian Red #C82929

RGB

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

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

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

R = 70.92%
G = 14.54%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C82929 (or 0xC82929) is known color: Persian Red. HEX triplet: C8, 29 and 29. RGB value is (200,41,41). Sum of RGB (Red+Green+Blue) = 200+41+41=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C82929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82929 is #37D6D6. Grayscale: #585858. Windows color (decimal): -3659479 or 2697672. OLE color: 2697672.

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

Color convert

RGB 200 41 41 -
CMYK 0 0.80 0.80 0.22
HSL 0.66% 0.47% -
HSV(B) 0.8% 0.78% -
XYZ 25.01 14.03 3.49 -
YUV 88.54 101.18 207.5 -
System Red Green Blue C M Y K H S L
Decimal 200 41 41 0 0.80 0.80 0.22 0 0.66 0.47
Hex C8 29 29 0 50 50 16 0 42 2F
Octal 310 51 51 0 120 120 26 0 102 57
Binary 11001000 101001 101001 0 1010000 1010000 10110 0 1000010 101111

Color Harmonies of #C82929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82929

Black with #C82929

Text Example


Text Example

White with #C82929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82929; }

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

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

background-color css

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

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

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

border-color css

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

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

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