Html Css Color HEX #C03D32 Persian Red

📋 copy color: '#C03D32'

red 192 ◦ green 61 ◦ blue 50

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

Shades of Persian Red #C03D32

Tints of Persian Red #C03D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.5%

R = 63.37%
G = 20.13%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C03D32 (or 0xC03D32) is known color: Persian Red. HEX triplet: C0, 3D and 32. RGB value is (192,61,50). Sum of RGB (Red+Green+Blue) = 192+61+50=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03D32 is #3FC2CD. Grayscale: #636363. Windows color (decimal): -4178638 or 3292608. OLE color: 3292608.

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

Color convert

RGB 192 61 50 -
CMYK 0 0.68 0.74 0.25
HSL 4.65º 0.59% 0.47% -
HSV(B) 4.65º 0.74% 0.75% -
XYZ 23.98 14.77 4.61 -
YUV 98.92 100.4 194.39 -
System Red Green Blue C M Y K H S L
Decimal 192 61 50 0 0.68 0.74 0.25 4.65 0.59 0.47
Hex C0 3D 32 0 44 4A 19 5 3B 2F
Octal 300 75 62 0 104 112 31 5 73 57
Binary 11000000 111101 110010 0 1000100 1001010 11001 101 111011 101111

Color Harmonies of #C03D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03D32

Black with #C03D32

Text Example


Text Example

White with #C03D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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