Html Css Color HEX #C02D28 Persian Red

📋 copy color: '#C02D28'

red 192 ◦ green 45 ◦ blue 40

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

Shades of Persian Red #C02D28

Tints of Persian Red #C02D28

RGB

 RED value IS 192 (75.39% from 255) = 69.31%

 GREEN value IS 45 (17.97% from 255) = 16.25%

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

R = 69.31%
G = 16.25%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C02D28 (or 0xC02D28) is known color: Persian Red. HEX triplet: C0, 2D and 28. RGB value is (192,45,40). Sum of RGB (Red+Green+Blue) = 192+45+40=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02D28 is #3FD2D7. Grayscale: #585858. Windows color (decimal): -4182744 or 2633152. OLE color: 2633152.

HSL color Cylindrical-coordinate representation of color #C02D28: hue angle of 1.97º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02D28 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 45 40 -
CMYK 0 0.77 0.79 0.25
HSL 1.97º 0.66% 0.45% -
HSV(B) 1.97º 0.79% 0.75% -
XYZ 23.06 13.24 3.35 -
YUV 88.38 100.7 201.91 -
System Red Green Blue C M Y K H S L
Decimal 192 45 40 0 0.77 0.79 0.25 1.97 0.66 0.45
Hex C0 2D 28 0 4D 4F 19 2 42 2D
Octal 300 55 50 0 115 117 31 2 102 55
Binary 11000000 101101 101000 0 1001101 1001111 11001 10 1000010 101101

Color Harmonies of #C02D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02D28

Black with #C02D28

Text Example


Text Example

White with #C02D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02D28; }

 p { color: rgb(192,45,40); }

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

background-color css

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

 a { background-color: rgb(192,45,40); }

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

border-color css

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

 span { border-color: rgb(192,45,40); }

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