Html Css Color HEX #C03D34 Persian Red

📋 copy color: '#C03D34'

red 192 ◦ green 61 ◦ blue 52

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

Shades of Persian Red #C03D34

Tints of Persian Red #C03D34

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20%

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

R = 62.95%
G = 20%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C03D34 (or 0xC03D34) is known color: Persian Red. HEX triplet: C0, 3D and 34. RGB value is (192,61,52). Sum of RGB (Red+Green+Blue) = 192+61+52=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03D34 is #3FC2CB. Grayscale: #636363. Windows color (decimal): -4178636 or 3423680. OLE color: 3423680.

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

Color convert

RGB 192 61 52 -
CMYK 0 0.68 0.73 0.25
HSL 3.86º 0.57% 0.48% -
HSV(B) 3.86º 0.73% 0.75% -
XYZ 24.03 14.79 4.84 -
YUV 99.14 101.4 194.23 -
System Red Green Blue C M Y K H S L
Decimal 192 61 52 0 0.68 0.73 0.25 3.86 0.57 0.48
Hex C0 3D 34 0 44 49 19 4 39 30
Octal 300 75 64 0 104 111 31 4 71 60
Binary 11000000 111101 110100 0 1000100 1001001 11001 100 111001 110000

Color Harmonies of #C03D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03D34

Black with #C03D34

Text Example


Text Example

White with #C03D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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