Html Css Color HEX #C03A33 Persian Red

📋 copy color: '#C03A33'

red 192 ◦ green 58 ◦ blue 51

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

Shades of Persian Red #C03A33

Tints of Persian Red #C03A33

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.27%

 BLUE value IS 51 (20.31% from 255) = 16.94%

R = 63.79%
G = 19.27%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C03A33 (or 0xC03A33) is known color: Persian Red. HEX triplet: C0, 3A and 33. RGB value is (192,58,51). Sum of RGB (Red+Green+Blue) = 192+58+51=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03A33 is #3FC5CC. Grayscale: #616161. Windows color (decimal): -4179405 or 3357376. OLE color: 3357376.

HSL color Cylindrical-coordinate representation of color #C03A33: hue angle of 2.98º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03A33 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 58 51 -
CMYK 0 0.70 0.73 0.25
HSL 2.98º 0.58% 0.48% -
HSV(B) 2.98º 0.73% 0.75% -
XYZ 23.85 14.47 4.67 -
YUV 97.27 101.89 195.57 -
System Red Green Blue C M Y K H S L
Decimal 192 58 51 0 0.70 0.73 0.25 2.98 0.58 0.48
Hex C0 3A 33 0 46 49 19 3 3A 30
Octal 300 72 63 0 106 111 31 3 72 60
Binary 11000000 111010 110011 0 1000110 1001001 11001 11 111010 110000

Color Harmonies of #C03A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03A33

Black with #C03A33

Text Example


Text Example

White with #C03A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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