Html Css Color HEX #C03029 Persian Red

📋 copy color: '#C03029'

red 192 ◦ green 48 ◦ blue 41

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

Shades of Persian Red #C03029

Tints of Persian Red #C03029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.08%

 BLUE value IS 41 (16.41% from 255) = 14.59%

R = 68.33%
G = 17.08%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C03029 (or 0xC03029) is known color: Persian Red. HEX triplet: C0, 30 and 29. RGB value is (192,48,41). Sum of RGB (Red+Green+Blue) = 192+48+41=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C03029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03029 is #3FCFD6. Grayscale: #5A5A5A. Windows color (decimal): -4181975 or 2699456. OLE color: 2699456.

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

Color convert

RGB 192 48 41 -
CMYK 0 0.75 0.79 0.25
HSL 2.78º 0.65% 0.46% -
HSV(B) 2.78º 0.79% 0.75% -
XYZ 23.2 13.48 3.48 -
YUV 90.26 100.21 200.57 -
System Red Green Blue C M Y K H S L
Decimal 192 48 41 0 0.75 0.79 0.25 2.78 0.65 0.46
Hex C0 30 29 0 4B 4F 19 3 41 2E
Octal 300 60 51 0 113 117 31 3 101 56
Binary 11000000 110000 101001 0 1001011 1001111 11001 11 1000001 101110

Color Harmonies of #C03029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03029

Black with #C03029

Text Example


Text Example

White with #C03029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03029; }

 p { color: rgb(192,48,41); }

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

background-color css

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

 a { background-color: rgb(192,48,41); }

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

border-color css

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

 span { border-color: rgb(192,48,41); }

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