Html Css Color HEX #C03C3B Persian Red

📋 copy color: '#C03C3B'

red 192 ◦ green 60 ◦ blue 59

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

Shades of Persian Red #C03C3B

Tints of Persian Red #C03C3B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.29%

 BLUE value IS 59 (23.44% from 255) = 18.97%

R = 61.74%
G = 19.29%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C03C3B (or 0xC03C3B) is known color: Persian Red. HEX triplet: C0, 3C and 3B. RGB value is (192,60,59). Sum of RGB (Red+Green+Blue) = 192+60+59=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03C3B is #3FC3C4. Grayscale: #636363. Windows color (decimal): -4178885 or 3882176. OLE color: 3882176.

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

Color convert

RGB 192 60 59 -
CMYK 0 0.69 0.69 0.25
HSL 0.45º 0.53% 0.49% -
HSV(B) 0.45º 0.69% 0.75% -
XYZ 24.14 14.75 5.71 -
YUV 99.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 192 60 59 0 0.69 0.69 0.25 0.45 0.53 0.49
Hex C0 3C 3B 0 45 45 19 0 35 31
Octal 300 74 73 0 105 105 31 0 65 61
Binary 11000000 111100 111011 0 1000101 1000101 11001 0 110101 110001

Color Harmonies of #C03C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C3B

Black with #C03C3B

Text Example


Text Example

White with #C03C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C3B; }

 p { color: rgb(192,60,59); }

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

background-color css

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

 a { background-color: rgb(192,60,59); }

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

border-color css

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

 span { border-color: rgb(192,60,59); }

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