Html Css Color HEX #C03631 Persian Red

📋 copy color: '#C03631'

red 192 ◦ green 54 ◦ blue 49

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

Shades of Persian Red #C03631

Tints of Persian Red #C03631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.31%

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

R = 65.08%
G = 18.31%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C03631 (or 0xC03631) is known color: Persian Red. HEX triplet: C0, 36 and 31. RGB value is (192,54,49). Sum of RGB (Red+Green+Blue) = 192+54+49=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C03631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03631 is #3FC9CE. Grayscale: #5E5E5E. Windows color (decimal): -4180431 or 3225280. OLE color: 3225280.

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

Color convert

RGB 192 54 49 -
CMYK 0 0.72 0.74 0.25
HSL 2.1º 0.59% 0.47% -
HSV(B) 2.1º 0.74% 0.75% -
XYZ 23.61 14.07 4.38 -
YUV 94.69 102.22 197.41 -
System Red Green Blue C M Y K H S L
Decimal 192 54 49 0 0.72 0.74 0.25 2.1 0.59 0.47
Hex C0 36 31 0 48 4A 19 2 3B 2F
Octal 300 66 61 0 110 112 31 2 73 57
Binary 11000000 110110 110001 0 1001000 1001010 11001 10 111011 101111

Color Harmonies of #C03631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03631

Black with #C03631

Text Example


Text Example

White with #C03631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03631; }

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

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

background-color css

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

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

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

border-color css

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

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

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