Html Css Color HEX #C33333 Persian Red

📋 copy color: '#C33333'

red 195 ◦ green 51 ◦ blue 51

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

Shades of Persian Red #C33333

Tints of Persian Red #C33333

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.17%

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

R = 65.66%
G = 17.17%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C33333 (or 0xC33333) is known color: Persian Red. HEX triplet: C3, 33 and 33. RGB value is (195,51,51). Sum of RGB (Red+Green+Blue) = 195+51+51=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C33333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33333 is #3CCCCC. Grayscale: #5E5E5E. Windows color (decimal): -3984589 or 3355587. OLE color: 3355587.

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

Color convert

RGB 195 51 51 -
CMYK 0 0.74 0.74 0.24
HSL 0.59% 0.48% -
HSV(B) 0.74% 0.76% -
XYZ 24.29 14.21 4.59 -
YUV 94.06 103.71 200 -
System Red Green Blue C M Y K H S L
Decimal 195 51 51 0 0.74 0.74 0.24 0 0.59 0.48
Hex C3 33 33 0 4A 4A 18 0 3B 30
Octal 303 63 63 0 112 112 30 0 73 60
Binary 11000011 110011 110011 0 1001010 1001010 11000 0 111011 110000

Color Harmonies of #C33333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33333

Black with #C33333

Text Example


Text Example

White with #C33333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33333; }

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

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

background-color css

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

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

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

border-color css

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

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

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