Html Css Color HEX #C03732 Persian Red

📋 copy color: '#C03732'

red 192 ◦ green 55 ◦ blue 50

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

Shades of Persian Red #C03732

Tints of Persian Red #C03732

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.52%

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

R = 64.65%
G = 18.52%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C03732 (or 0xC03732) is known color: Persian Red. HEX triplet: C0, 37 and 32. RGB value is (192,55,50). Sum of RGB (Red+Green+Blue) = 192+55+50=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C03732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03732 is #3FC8CD. Grayscale: #5F5F5F. Windows color (decimal): -4180174 or 3291072. OLE color: 3291072.

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

Color convert

RGB 192 55 50 -
CMYK 0 0.71 0.74 0.25
HSL 2.11º 0.59% 0.47% -
HSV(B) 2.11º 0.74% 0.75% -
XYZ 23.68 14.17 4.5 -
YUV 95.39 102.39 196.91 -
System Red Green Blue C M Y K H S L
Decimal 192 55 50 0 0.71 0.74 0.25 2.11 0.59 0.47
Hex C0 37 32 0 47 4A 19 2 3B 2F
Octal 300 67 62 0 107 112 31 2 73 57
Binary 11000000 110111 110010 0 1000111 1001010 11001 10 111011 101111

Color Harmonies of #C03732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03732

Black with #C03732

Text Example


Text Example

White with #C03732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03732; }

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

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

background-color css

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

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

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

border-color css

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

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

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