Html Css Color HEX #C03124 Persian Red

📋 copy color: '#C03124'

red 192 ◦ green 49 ◦ blue 36

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

Shades of Persian Red #C03124

Tints of Persian Red #C03124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.69%

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

R = 69.31%
G = 17.69%
B = 13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C03124 (or 0xC03124) is known color: Persian Red. HEX triplet: C0, 31 and 24. RGB value is (192,49,36). Sum of RGB (Red+Green+Blue) = 192+49+36=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C03124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03124 is #3FCEDB. Grayscale: #5A5A5A. Windows color (decimal): -4181724 or 2372032. OLE color: 2372032.

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

Color convert

RGB 192 49 36 -
CMYK 0 0.74 0.81 0.25
HSL 0.68% 0.45% -
HSV(B) 0.81% 0.75% -
XYZ 23.15 13.53 3.06 -
YUV 90.28 97.38 200.56 -
System Red Green Blue C M Y K H S L
Decimal 192 49 36 0 0.74 0.81 0.25 5 0.68 0.45
Hex C0 31 24 0 4A 51 19 5 44 2D
Octal 300 61 44 0 112 121 31 5 104 55
Binary 11000000 110001 100100 0 1001010 1010001 11001 101 1000100 101101

Color Harmonies of #C03124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03124

Black with #C03124

Text Example


Text Example

White with #C03124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03124; }

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

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

background-color css

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

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

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

border-color css

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

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

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