Html Css Color HEX #C03C2B Persian Red

📋 copy color: '#C03C2B'

red 192 ◦ green 60 ◦ blue 43

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

Shades of Persian Red #C03C2B

Tints of Persian Red #C03C2B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.34%

 BLUE value IS 43 (17.19% from 255) = 14.58%

R = 65.08%
G = 20.34%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C03C2B (or 0xC03C2B) is known color: Persian Red. HEX triplet: C0, 3C and 2B. RGB value is (192,60,43). Sum of RGB (Red+Green+Blue) = 192+60+43=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03C2B is #3FC3D4. Grayscale: #616161. Windows color (decimal): -4178901 or 2833600. OLE color: 2833600.

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

Color convert

RGB 192 60 43 -
CMYK 0 0.69 0.78 0.25
HSL 6.85º 0.63% 0.46% -
HSV(B) 6.85º 0.78% 0.75% -
XYZ 23.79 14.61 3.85 -
YUV 97.53 97.23 195.38 -
System Red Green Blue C M Y K H S L
Decimal 192 60 43 0 0.69 0.78 0.25 6.85 0.63 0.46
Hex C0 3C 2B 0 45 4E 19 7 3F 2E
Octal 300 74 53 0 105 116 31 7 77 56
Binary 11000000 111100 101011 0 1000101 1001110 11001 111 111111 101110

Color Harmonies of #C03C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C2B

Black with #C03C2B

Text Example


Text Example

White with #C03C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C2B; }

 p { color: rgb(192,60,43); }

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

background-color css

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

 a { background-color: rgb(192,60,43); }

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

border-color css

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

 span { border-color: rgb(192,60,43); }

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