Html Css Color HEX #C02D2A Persian Red

📋 copy color: '#C02D2A'

red 192 ◦ green 45 ◦ blue 42

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

Shades of Persian Red #C02D2A

Tints of Persian Red #C02D2A

RGB

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

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

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

R = 68.82%
G = 16.13%
B = 15.05%

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

#C02D2A (or 0xC02D2A) is known color: Persian Red. HEX triplet: C0, 2D and 2A. RGB value is (192,45,42). Sum of RGB (Red+Green+Blue) = 192+45+42=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02D2A is #3FD2D5. Grayscale: #585858. Windows color (decimal): -4182742 or 2764224. OLE color: 2764224.

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

Color convert

RGB 192 45 42 -
CMYK 0 0.77 0.78 0.25
HSL 1.2º 0.64% 0.46% -
HSV(B) 1.2º 0.78% 0.75% -
XYZ 23.09 13.25 3.53 -
YUV 88.61 101.7 201.74 -
System Red Green Blue C M Y K H S L
Decimal 192 45 42 0 0.77 0.78 0.25 1.2 0.64 0.46
Hex C0 2D 2A 0 4D 4E 19 1 40 2E
Octal 300 55 52 0 115 116 31 1 100 56
Binary 11000000 101101 101010 0 1001101 1001110 11001 1 1000000 101110

Color Harmonies of #C02D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02D2A

Black with #C02D2A

Text Example


Text Example

White with #C02D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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