Html Css Color HEX #C03129 Persian Red

📋 copy color: '#C03129'

red 192 ◦ green 49 ◦ blue 41

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

Shades of Persian Red #C03129

Tints of Persian Red #C03129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.38%

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

R = 68.09%
G = 17.38%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C03129 (or 0xC03129) is known color: Persian Red. HEX triplet: C0, 31 and 29. RGB value is (192,49,41). Sum of RGB (Red+Green+Blue) = 192+49+41=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C03129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03129 is #3FCED6. Grayscale: #5B5B5B. Windows color (decimal): -4181719 or 2699712. OLE color: 2699712.

HSL color Cylindrical-coordinate representation of color #C03129: hue angle of 3.18º 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 #C03129 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 41 -
CMYK 0 0.74 0.79 0.25
HSL 3.18º 0.65% 0.46% -
HSV(B) 3.18º 0.79% 0.75% -
XYZ 23.24 13.56 3.49 -
YUV 90.85 99.88 200.15 -
System Red Green Blue C M Y K H S L
Decimal 192 49 41 0 0.74 0.79 0.25 3.18 0.65 0.46
Hex C0 31 29 0 4A 4F 19 3 41 2E
Octal 300 61 51 0 112 117 31 3 101 56
Binary 11000000 110001 101001 0 1001010 1001111 11001 11 1000001 101110

Color Harmonies of #C03129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03129

Black with #C03129

Text Example


Text Example

White with #C03129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03129; }

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

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

background-color css

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

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

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

border-color css

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

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

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