Html Css Color HEX #C03B27 Persian Red

📋 copy color: '#C03B27'

red 192 ◦ green 59 ◦ blue 39

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

Shades of Persian Red #C03B27

Tints of Persian Red #C03B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.45%

R = 66.21%
G = 20.34%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C03B27 (or 0xC03B27) is known color: Persian Red. HEX triplet: C0, 3B and 27. RGB value is (192,59,39). Sum of RGB (Red+Green+Blue) = 192+59+39=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03B27 is #3FC4D8. Grayscale: #606060. Windows color (decimal): -4179161 or 2571200. OLE color: 2571200.

HSL color Cylindrical-coordinate representation of color #C03B27: hue angle of 7.84º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C03B27 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 59 39 -
CMYK 0 0.69 0.80 0.25
HSL 7.84º 0.66% 0.45% -
HSV(B) 7.84º 0.8% 0.75% -
XYZ 23.67 14.48 3.47 -
YUV 96.49 95.56 196.13 -
System Red Green Blue C M Y K H S L
Decimal 192 59 39 0 0.69 0.80 0.25 7.84 0.66 0.45
Hex C0 3B 27 0 45 50 19 8 42 2D
Octal 300 73 47 0 105 120 31 10 102 55
Binary 11000000 111011 100111 0 1000101 1010000 11001 1000 1000010 101101

Color Harmonies of #C03B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B27

Black with #C03B27

Text Example


Text Example

White with #C03B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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