Html Css Color HEX #C03A34 Persian Red

📋 copy color: '#C03A34'

red 192 ◦ green 58 ◦ blue 52

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

Shades of Persian Red #C03A34

Tints of Persian Red #C03A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.22%

R = 63.58%
G = 19.21%
B = 17.22%

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

#C03A34 (or 0xC03A34) is known color: Persian Red. HEX triplet: C0, 3A and 34. RGB value is (192,58,52). Sum of RGB (Red+Green+Blue) = 192+58+52=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03A34 is #3FC5CB. Grayscale: #616161. Windows color (decimal): -4179404 or 3422912. OLE color: 3422912.

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

Color convert

RGB 192 58 52 -
CMYK 0 0.70 0.73 0.25
HSL 2.57º 0.57% 0.48% -
HSV(B) 2.57º 0.73% 0.75% -
XYZ 23.87 14.48 4.79 -
YUV 97.38 102.39 195.49 -
System Red Green Blue C M Y K H S L
Decimal 192 58 52 0 0.70 0.73 0.25 2.57 0.57 0.48
Hex C0 3A 34 0 46 49 19 3 39 30
Octal 300 72 64 0 106 111 31 3 71 60
Binary 11000000 111010 110100 0 1000110 1001001 11001 11 111001 110000

Color Harmonies of #C03A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03A34

Black with #C03A34

Text Example


Text Example

White with #C03A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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