Html Css Color HEX #C02E28 Persian Red

📋 copy color: '#C02E28'

red 192 ◦ green 46 ◦ blue 40

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

Shades of Persian Red #C02E28

Tints of Persian Red #C02E28

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.55%

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

R = 69.06%
G = 16.55%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C02E28 (or 0xC02E28) is known color: Persian Red. HEX triplet: C0, 2E and 28. RGB value is (192,46,40). Sum of RGB (Red+Green+Blue) = 192+46+40=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02E28 is #3FD1D7. Grayscale: #595959. Windows color (decimal): -4182488 or 2633408. OLE color: 2633408.

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

Color convert

RGB 192 46 40 -
CMYK 0 0.76 0.79 0.25
HSL 2.37º 0.66% 0.45% -
HSV(B) 2.37º 0.79% 0.75% -
XYZ 23.1 13.31 3.36 -
YUV 88.97 100.37 201.49 -
System Red Green Blue C M Y K H S L
Decimal 192 46 40 0 0.76 0.79 0.25 2.37 0.66 0.45
Hex C0 2E 28 0 4C 4F 19 2 42 2D
Octal 300 56 50 0 114 117 31 2 102 55
Binary 11000000 101110 101000 0 1001100 1001111 11001 10 1000010 101101

Color Harmonies of #C02E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02E28

Black with #C02E28

Text Example


Text Example

White with #C02E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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