Html Css Color HEX #C03E3C Persian Red

📋 copy color: '#C03E3C'

red 192 ◦ green 62 ◦ blue 60

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

Shades of Persian Red #C03E3C

Tints of Persian Red #C03E3C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.75%

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 61.15%
G = 19.75%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C03E3C (or 0xC03E3C) is known color: Persian Red. HEX triplet: C0, 3E and 3C. RGB value is (192,62,60). Sum of RGB (Red+Green+Blue) = 192+62+60=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03E3C is #3FC1C3. Grayscale: #646464. Windows color (decimal): -4178372 or 3948224. OLE color: 3948224.

HSL color Cylindrical-coordinate representation of color #C03E3C: hue angle of 0.91º degrees, saturation: 0.52, 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 #C03E3C is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 62 60 -
CMYK 0 0.68 0.69 0.25
HSL 0.91º 0.52% 0.49% -
HSV(B) 0.91º 0.69% 0.75% -
XYZ 24.28 14.98 5.89 -
YUV 100.64 105.07 193.16 -
System Red Green Blue C M Y K H S L
Decimal 192 62 60 0 0.68 0.69 0.25 0.91 0.52 0.49
Hex C0 3E 3C 0 44 45 19 1 34 31
Octal 300 76 74 0 104 105 31 1 64 61
Binary 11000000 111110 111100 0 1000100 1000101 11001 1 110100 110001

Color Harmonies of #C03E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E3C

Black with #C03E3C

Text Example


Text Example

White with #C03E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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