Html Css Color HEX #C33535 Persian Red

📋 copy color: '#C33535'

red 195 ◦ green 53 ◦ blue 53

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

Shades of Persian Red #C33535

Tints of Persian Red #C33535

RGB

 RED value IS 195 (76.56% from 255) = 64.78%

 GREEN value IS 53 (21.09% from 255) = 17.61%

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

R = 64.78%
G = 17.61%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C33535 (or 0xC33535) is known color: Persian Red. HEX triplet: C3, 35 and 35. RGB value is (195,53,53). Sum of RGB (Red+Green+Blue) = 195+53+53=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C33535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33535 is #3CCACA. Grayscale: #5F5F5F. Windows color (decimal): -3984075 or 3487171. OLE color: 3487171.

HSL color Cylindrical-coordinate representation of color #C33535: hue angle of 0º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33535 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 53 53 -
CMYK 0 0.73 0.73 0.24
HSL 0.57% 0.49% -
HSV(B) 0.73% 0.76% -
XYZ 24.42 14.41 4.86 -
YUV 95.46 104.04 199 -
System Red Green Blue C M Y K H S L
Decimal 195 53 53 0 0.73 0.73 0.24 0 0.57 0.49
Hex C3 35 35 0 49 49 18 0 39 31
Octal 303 65 65 0 111 111 30 0 71 61
Binary 11000011 110101 110101 0 1001001 1001001 11000 0 111001 110001

Color Harmonies of #C33535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33535

Black with #C33535

Text Example


Text Example

White with #C33535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33535; }

 p { color: rgb(195,53,53); }

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

background-color css

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

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

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

border-color css

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

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

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