Html Css Color HEX #C03731 Persian Red

📋 copy color: '#C03731'

red 192 ◦ green 55 ◦ blue 49

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

Shades of Persian Red #C03731

Tints of Persian Red #C03731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.55%

R = 64.86%
G = 18.58%
B = 16.55%

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

#C03731 (or 0xC03731) is known color: Persian Red. HEX triplet: C0, 37 and 31. RGB value is (192,55,49). Sum of RGB (Red+Green+Blue) = 192+55+49=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C03731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03731 is #3FC8CE. Grayscale: #5F5F5F. Windows color (decimal): -4180175 or 3225536. OLE color: 3225536.

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

Color convert

RGB 192 55 49 -
CMYK 0 0.71 0.74 0.25
HSL 2.52º 0.59% 0.47% -
HSV(B) 2.52º 0.74% 0.75% -
XYZ 23.66 14.16 4.39 -
YUV 95.28 101.89 196.99 -
System Red Green Blue C M Y K H S L
Decimal 192 55 49 0 0.71 0.74 0.25 2.52 0.59 0.47
Hex C0 37 31 0 47 4A 19 3 3B 2F
Octal 300 67 61 0 107 112 31 3 73 57
Binary 11000000 110111 110001 0 1000111 1001010 11001 11 111011 101111

Color Harmonies of #C03731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03731

Black with #C03731

Text Example


Text Example

White with #C03731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03731; }

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

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

background-color css

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

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

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

border-color css

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

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

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