Html Css Color HEX #C03A35 Persian Red

📋 copy color: '#C03A35'

red 192 ◦ green 58 ◦ blue 53

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

Shades of Persian Red #C03A35

Tints of Persian Red #C03A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.49%

R = 63.37%
G = 19.14%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C03A35 (or 0xC03A35) is known color: Persian Red. HEX triplet: C0, 3A and 35. RGB value is (192,58,53). Sum of RGB (Red+Green+Blue) = 192+58+53=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03A35 is #3FC5CA. Grayscale: #616161. Windows color (decimal): -4179403 or 3488448. OLE color: 3488448.

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

Color convert

RGB 192 58 53 -
CMYK 0 0.70 0.72 0.25
HSL 2.16º 0.57% 0.48% -
HSV(B) 2.16º 0.72% 0.75% -
XYZ 23.89 14.49 4.91 -
YUV 97.5 102.89 195.41 -
System Red Green Blue C M Y K H S L
Decimal 192 58 53 0 0.70 0.72 0.25 2.16 0.57 0.48
Hex C0 3A 35 0 46 48 19 2 39 30
Octal 300 72 65 0 106 110 31 2 71 60
Binary 11000000 111010 110101 0 1000110 1001000 11001 10 111001 110000

Color Harmonies of #C03A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03A35

Black with #C03A35

Text Example


Text Example

White with #C03A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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