Html Css Color HEX #C33633 Persian Red

📋 copy color: '#C33633'

red 195 ◦ green 54 ◦ blue 51

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

Shades of Persian Red #C33633

Tints of Persian Red #C33633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17%

R = 65%
G = 18%
B = 17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C33633 (or 0xC33633) is known color: Persian Red. HEX triplet: C3, 36 and 33. RGB value is (195,54,51). Sum of RGB (Red+Green+Blue) = 195+54+51=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C33633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33633 is #3CC9CC. Grayscale: #5F5F5F. Windows color (decimal): -3983821 or 3356355. OLE color: 3356355.

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

Color convert

RGB 195 54 51 -
CMYK 0 0.72 0.74 0.24
HSL 1.25º 0.59% 0.48% -
HSV(B) 1.25º 0.74% 0.76% -
XYZ 24.42 14.48 4.64 -
YUV 95.82 102.71 198.74 -
System Red Green Blue C M Y K H S L
Decimal 195 54 51 0 0.72 0.74 0.24 1.25 0.59 0.48
Hex C3 36 33 0 48 4A 18 1 3B 30
Octal 303 66 63 0 110 112 30 1 73 60
Binary 11000011 110110 110011 0 1001000 1001010 11000 1 111011 110000

Color Harmonies of #C33633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33633

Black with #C33633

Text Example


Text Example

White with #C33633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33633; }

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

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

background-color css

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

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

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

border-color css

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

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

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