Html Css Color HEX #C03C2D Persian Red

📋 copy color: '#C03C2D'

red 192 ◦ green 60 ◦ blue 45

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

Shades of Persian Red #C03C2D

Tints of Persian Red #C03C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.15%

R = 64.65%
G = 20.2%
B = 15.15%

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

#C03C2D (or 0xC03C2D) is known color: Persian Red. HEX triplet: C0, 3C and 2D. RGB value is (192,60,45). Sum of RGB (Red+Green+Blue) = 192+60+45=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03C2D is #3FC3D2. Grayscale: #616161. Windows color (decimal): -4178899 or 2964672. OLE color: 2964672.

HSL color Cylindrical-coordinate representation of color #C03C2D: hue angle of 6.12º degrees, saturation: 0.62, 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 #C03C2D is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 60 45 -
CMYK 0 0.69 0.77 0.25
HSL 6.12º 0.62% 0.46% -
HSV(B) 6.12º 0.77% 0.75% -
XYZ 23.83 14.63 4.05 -
YUV 97.76 98.23 195.22 -
System Red Green Blue C M Y K H S L
Decimal 192 60 45 0 0.69 0.77 0.25 6.12 0.62 0.46
Hex C0 3C 2D 0 45 4D 19 6 3E 2E
Octal 300 74 55 0 105 115 31 6 76 56
Binary 11000000 111100 101101 0 1000101 1001101 11001 110 111110 101110

Color Harmonies of #C03C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C2D

Black with #C03C2D

Text Example


Text Example

White with #C03C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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