Html Css Color HEX #C03329 Persian Red

📋 copy color: '#C03329'

red 192 ◦ green 51 ◦ blue 41

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

Shades of Persian Red #C03329

Tints of Persian Red #C03329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.96%

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

R = 67.61%
G = 17.96%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C03329 (or 0xC03329) is known color: Persian Red. HEX triplet: C0, 33 and 29. RGB value is (192,51,41). Sum of RGB (Red+Green+Blue) = 192+51+41=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C03329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03329 is #3FCCD6. Grayscale: #5C5C5C. Windows color (decimal): -4181207 or 2700224. OLE color: 2700224.

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

Color convert

RGB 192 51 41 -
CMYK 0 0.73 0.79 0.25
HSL 3.97º 0.65% 0.46% -
HSV(B) 3.97º 0.79% 0.75% -
XYZ 23.32 13.73 3.52 -
YUV 92.02 99.21 199.31 -
System Red Green Blue C M Y K H S L
Decimal 192 51 41 0 0.73 0.79 0.25 3.97 0.65 0.46
Hex C0 33 29 0 49 4F 19 4 41 2E
Octal 300 63 51 0 111 117 31 4 101 56
Binary 11000000 110011 101001 0 1001001 1001111 11001 100 1000001 101110

Color Harmonies of #C03329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03329

Black with #C03329

Text Example


Text Example

White with #C03329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03329; }

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

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

background-color css

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

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

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

border-color css

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

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

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