Html Css Color HEX #C33735 Persian Red

📋 copy color: '#C33735'

red 195 ◦ green 55 ◦ blue 53

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

Shades of Persian Red #C33735

Tints of Persian Red #C33735

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.15%

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

R = 64.36%
G = 18.15%
B = 17.49%

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

#C33735 (or 0xC33735) is known color: Persian Red. HEX triplet: C3, 37 and 35. RGB value is (195,55,53). Sum of RGB (Red+Green+Blue) = 195+55+53=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C33735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33735 is #3CC8CA. Grayscale: #606060. Windows color (decimal): -3983563 or 3487683. OLE color: 3487683.

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

Color convert

RGB 195 55 53 -
CMYK 0 0.72 0.73 0.24
HSL 0.85º 0.57% 0.49% -
HSV(B) 0.85º 0.73% 0.76% -
XYZ 24.51 14.59 4.89 -
YUV 96.63 103.38 198.16 -
System Red Green Blue C M Y K H S L
Decimal 195 55 53 0 0.72 0.73 0.24 0.85 0.57 0.49
Hex C3 37 35 0 48 49 18 1 39 31
Octal 303 67 65 0 110 111 30 1 71 61
Binary 11000011 110111 110101 0 1001000 1001001 11000 1 111001 110001

Color Harmonies of #C33735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33735

Black with #C33735

Text Example


Text Example

White with #C33735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33735; }

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

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

background-color css

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

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

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

border-color css

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

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

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