Html Css Color HEX #C33532 Persian Red

📋 copy color: '#C33532'

red 195 ◦ green 53 ◦ blue 50

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

Shades of Persian Red #C33532

Tints of Persian Red #C33532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.78%

R = 65.44%
G = 17.79%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C33532 (or 0xC33532) is known color: Persian Red. HEX triplet: C3, 35 and 32. RGB value is (195,53,50). Sum of RGB (Red+Green+Blue) = 195+53+50=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C33532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33532 is #3CCACD. Grayscale: #5F5F5F. Windows color (decimal): -3984078 or 3290563. OLE color: 3290563.

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

Color convert

RGB 195 53 50 -
CMYK 0 0.73 0.74 0.24
HSL 1.24º 0.59% 0.48% -
HSV(B) 1.24º 0.74% 0.76% -
XYZ 24.35 14.38 4.51 -
YUV 95.12 102.54 199.24 -
System Red Green Blue C M Y K H S L
Decimal 195 53 50 0 0.73 0.74 0.24 1.24 0.59 0.48
Hex C3 35 32 0 49 4A 18 1 3B 30
Octal 303 65 62 0 111 112 30 1 73 60
Binary 11000011 110101 110010 0 1001001 1001010 11000 1 111011 110000

Color Harmonies of #C33532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33532

Black with #C33532

Text Example


Text Example

White with #C33532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33532; }

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

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

background-color css

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

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

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

border-color css

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

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

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