Html Css Color HEX #C33635 Persian Red

📋 copy color: '#C33635'

red 195 ◦ green 54 ◦ blue 53

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

Shades of Persian Red #C33635

Tints of Persian Red #C33635

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.88%

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

R = 64.57%
G = 17.88%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C33635 (or 0xC33635) is known color: Persian Red. HEX triplet: C3, 36 and 35. RGB value is (195,54,53). Sum of RGB (Red+Green+Blue) = 195+54+53=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C33635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33635 is #3CC9CA. Grayscale: #606060. Windows color (decimal): -3983819 or 3487427. OLE color: 3487427.

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

Color convert

RGB 195 54 53 -
CMYK 0 0.72 0.73 0.24
HSL 0.42º 0.57% 0.49% -
HSV(B) 0.42º 0.73% 0.76% -
XYZ 24.47 14.5 4.88 -
YUV 96.05 103.71 198.58 -
System Red Green Blue C M Y K H S L
Decimal 195 54 53 0 0.72 0.73 0.24 0.42 0.57 0.49
Hex C3 36 35 0 48 49 18 0 39 31
Octal 303 66 65 0 110 111 30 0 71 61
Binary 11000011 110110 110101 0 1001000 1001001 11000 0 111001 110001

Color Harmonies of #C33635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33635

Black with #C33635

Text Example


Text Example

White with #C33635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33635; }

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

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

background-color css

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

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

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

border-color css

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

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

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