Html Css Color HEX #C03B2C Persian Red

📋 copy color: '#C03B2C'

red 192 ◦ green 59 ◦ blue 44

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

Shades of Persian Red #C03B2C

Tints of Persian Red #C03B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.92%

R = 65.08%
G = 20%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C03B2C (or 0xC03B2C) is known color: Persian Red. HEX triplet: C0, 3B and 2C. RGB value is (192,59,44). Sum of RGB (Red+Green+Blue) = 192+59+44=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03B2C is #3FC4D3. Grayscale: #616161. Windows color (decimal): -4179156 or 2898880. OLE color: 2898880.

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

Color convert

RGB 192 59 44 -
CMYK 0 0.69 0.77 0.25
HSL 6.08º 0.63% 0.46% -
HSV(B) 6.08º 0.77% 0.75% -
XYZ 23.76 14.52 3.93 -
YUV 97.06 98.06 195.72 -
System Red Green Blue C M Y K H S L
Decimal 192 59 44 0 0.69 0.77 0.25 6.08 0.63 0.46
Hex C0 3B 2C 0 45 4D 19 6 3F 2E
Octal 300 73 54 0 105 115 31 6 77 56
Binary 11000000 111011 101100 0 1000101 1001101 11001 110 111111 101110

Color Harmonies of #C03B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B2C

Black with #C03B2C

Text Example


Text Example

White with #C03B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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