Html Css Color HEX #C03D36 Persian Red

📋 copy color: '#C03D36'

red 192 ◦ green 61 ◦ blue 54

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

Shades of Persian Red #C03D36

Tints of Persian Red #C03D36

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.87%

 BLUE value IS 54 (21.48% from 255) = 17.59%

R = 62.54%
G = 19.87%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C03D36 (or 0xC03D36) is known color: Persian Red. HEX triplet: C0, 3D and 36. RGB value is (192,61,54). Sum of RGB (Red+Green+Blue) = 192+61+54=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03D36 is #3FC2C9. Grayscale: #636363. Windows color (decimal): -4178634 or 3554752. OLE color: 3554752.

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

Color convert

RGB 192 61 54 -
CMYK 0 0.68 0.72 0.25
HSL 3.04º 0.56% 0.48% -
HSV(B) 3.04º 0.72% 0.75% -
XYZ 24.07 14.81 5.08 -
YUV 99.37 102.4 194.07 -
System Red Green Blue C M Y K H S L
Decimal 192 61 54 0 0.68 0.72 0.25 3.04 0.56 0.48
Hex C0 3D 36 0 44 48 19 3 38 30
Octal 300 75 66 0 104 110 31 3 70 60
Binary 11000000 111101 110110 0 1000100 1001000 11001 11 111000 110000

Color Harmonies of #C03D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03D36

Black with #C03D36

Text Example


Text Example

White with #C03D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03D36; }

 p { color: rgb(192,61,54); }

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

background-color css

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

 a { background-color: rgb(192,61,54); }

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

border-color css

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

 span { border-color: rgb(192,61,54); }

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