Html Css Color HEX #C03024 Persian Red

📋 copy color: '#C03024'

red 192 ◦ green 48 ◦ blue 36

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

Shades of Persian Red #C03024

Tints of Persian Red #C03024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.39%

 BLUE value IS 36 (14.45% from 255) = 13.04%

R = 69.57%
G = 17.39%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C03024 (or 0xC03024) is known color: Persian Red. HEX triplet: C0, 30 and 24. RGB value is (192,48,36). Sum of RGB (Red+Green+Blue) = 192+48+36=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C03024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03024 is #3FCFDB. Grayscale: #595959. Windows color (decimal): -4181980 or 2371776. OLE color: 2371776.

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

Color convert

RGB 192 48 36 -
CMYK 0 0.75 0.81 0.25
HSL 4.62º 0.68% 0.45% -
HSV(B) 4.62º 0.81% 0.75% -
XYZ 23.11 13.45 3.05 -
YUV 89.69 97.71 200.98 -
System Red Green Blue C M Y K H S L
Decimal 192 48 36 0 0.75 0.81 0.25 4.62 0.68 0.45
Hex C0 30 24 0 4B 51 19 5 44 2D
Octal 300 60 44 0 113 121 31 5 104 55
Binary 11000000 110000 100100 0 1001011 1010001 11001 101 1000100 101101

Color Harmonies of #C03024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03024

Black with #C03024

Text Example


Text Example

White with #C03024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03024; }

 p { color: rgb(192,48,36); }

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

background-color css

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

 a { background-color: rgb(192,48,36); }

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

border-color css

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

 span { border-color: rgb(192,48,36); }

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