Html Css Color HEX #C02C2A Persian Red

📋 copy color: '#C02C2A'

red 192 ◦ green 44 ◦ blue 42

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

Shades of Persian Red #C02C2A

Tints of Persian Red #C02C2A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.83%

 BLUE value IS 42 (16.8% from 255) = 15.11%

R = 69.06%
G = 15.83%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C02C2A (or 0xC02C2A) is known color: Persian Red. HEX triplet: C0, 2C and 2A. RGB value is (192,44,42). Sum of RGB (Red+Green+Blue) = 192+44+42=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02C2A is #3FD3D5. Grayscale: #585858. Windows color (decimal): -4182998 or 2763968. OLE color: 2763968.

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

Color convert

RGB 192 44 42 -
CMYK 0 0.77 0.78 0.25
HSL 0.8º 0.64% 0.46% -
HSV(B) 0.8º 0.78% 0.75% -
XYZ 23.06 13.18 3.52 -
YUV 88.02 102.03 202.16 -
System Red Green Blue C M Y K H S L
Decimal 192 44 42 0 0.77 0.78 0.25 0.8 0.64 0.46
Hex C0 2C 2A 0 4D 4E 19 1 40 2E
Octal 300 54 52 0 115 116 31 1 100 56
Binary 11000000 101100 101010 0 1001101 1001110 11001 1 1000000 101110

Color Harmonies of #C02C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02C2A

Black with #C02C2A

Text Example


Text Example

White with #C02C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02C2A; }

 p { color: rgb(192,44,42); }

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

background-color css

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

 a { background-color: rgb(192,44,42); }

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

border-color css

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

 span { border-color: rgb(192,44,42); }

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