Html Css Color HEX #C03331 Persian Red

📋 copy color: '#C03331'

red 192 ◦ green 51 ◦ blue 49

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

Shades of Persian Red #C03331

Tints of Persian Red #C03331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.47%

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

R = 65.75%
G = 17.47%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C03331 (or 0xC03331) is known color: Persian Red. HEX triplet: C0, 33 and 31. RGB value is (192,51,49). Sum of RGB (Red+Green+Blue) = 192+51+49=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C03331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03331 is #3FCCCE. Grayscale: #5D5D5D. Windows color (decimal): -4181199 or 3224512. OLE color: 3224512.

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

Color convert

RGB 192 51 49 -
CMYK 0 0.73 0.74 0.25
HSL 0.84º 0.59% 0.47% -
HSV(B) 0.84º 0.74% 0.75% -
XYZ 23.48 13.8 4.33 -
YUV 92.93 103.21 198.66 -
System Red Green Blue C M Y K H S L
Decimal 192 51 49 0 0.73 0.74 0.25 0.84 0.59 0.47
Hex C0 33 31 0 49 4A 19 1 3B 2F
Octal 300 63 61 0 111 112 31 1 73 57
Binary 11000000 110011 110001 0 1001001 1001010 11001 1 111011 101111

Color Harmonies of #C03331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03331

Black with #C03331

Text Example


Text Example

White with #C03331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03331; }

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

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

background-color css

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

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

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

border-color css

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

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

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