Html Css Color HEX #C03B35 Persian Red

📋 copy color: '#C03B35'

red 192 ◦ green 59 ◦ blue 53

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

Shades of Persian Red #C03B35

Tints of Persian Red #C03B35

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.41%

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

R = 63.16%
G = 19.41%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C03B35 (or 0xC03B35) is known color: Persian Red. HEX triplet: C0, 3B and 35. RGB value is (192,59,53). Sum of RGB (Red+Green+Blue) = 192+59+53=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03B35 is #3FC4CA. Grayscale: #626262. Windows color (decimal): -4179147 or 3488704. OLE color: 3488704.

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

Color convert

RGB 192 59 53 -
CMYK 0 0.69 0.72 0.25
HSL 2.59º 0.57% 0.48% -
HSV(B) 2.59º 0.72% 0.75% -
XYZ 23.94 14.59 4.92 -
YUV 98.08 102.56 194.99 -
System Red Green Blue C M Y K H S L
Decimal 192 59 53 0 0.69 0.72 0.25 2.59 0.57 0.48
Hex C0 3B 35 0 45 48 19 3 39 30
Octal 300 73 65 0 105 110 31 3 71 60
Binary 11000000 111011 110101 0 1000101 1001000 11001 11 111001 110000

Color Harmonies of #C03B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B35

Black with #C03B35

Text Example


Text Example

White with #C03B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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