Html Css Color HEX #C03B37 Persian Red

📋 copy color: '#C03B37'

red 192 ◦ green 59 ◦ blue 55

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

Shades of Persian Red #C03B37

Tints of Persian Red #C03B37

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.28%

 BLUE value IS 55 (21.88% from 255) = 17.97%

R = 62.75%
G = 19.28%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C03B37 (or 0xC03B37) is known color: Persian Red. HEX triplet: C0, 3B and 37. RGB value is (192,59,55). Sum of RGB (Red+Green+Blue) = 192+59+55=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 55 (21.88% from 255 or 17.97% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03B37 is #3FC4C8. Grayscale: #626262. Windows color (decimal): -4179145 or 3619776. OLE color: 3619776.

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

Color convert

RGB 192 59 55 -
CMYK 0 0.69 0.71 0.25
HSL 1.75º 0.55% 0.48% -
HSV(B) 1.75º 0.71% 0.75% -
XYZ 23.99 14.61 5.17 -
YUV 98.31 103.56 194.83 -
System Red Green Blue C M Y K H S L
Decimal 192 59 55 0 0.69 0.71 0.25 1.75 0.55 0.48
Hex C0 3B 37 0 45 47 19 2 37 30
Octal 300 73 67 0 105 107 31 2 67 60
Binary 11000000 111011 110111 0 1000101 1000111 11001 10 110111 110000

Color Harmonies of #C03B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B37

Black with #C03B37

Text Example


Text Example

White with #C03B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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