Html Css Color HEX #C33C34 Persian Red

📋 copy color: '#C33C34'

red 195 ◦ green 60 ◦ blue 52

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

Shades of Persian Red #C33C34

Tints of Persian Red #C33C34

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.54%

 BLUE value IS 52 (20.7% from 255) = 16.94%

R = 63.52%
G = 19.54%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C33C34 (or 0xC33C34) is known color: Persian Red. HEX triplet: C3, 3C and 34. RGB value is (195,60,52). Sum of RGB (Red+Green+Blue) = 195+60+52=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33C34 is #3CC3CB. Grayscale: #636363. Windows color (decimal): -3982284 or 3423427. OLE color: 3423427.

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

Color convert

RGB 195 60 52 -
CMYK 0 0.69 0.73 0.24
HSL 3.36º 0.58% 0.48% -
HSV(B) 3.36º 0.73% 0.76% -
XYZ 24.74 15.08 4.86 -
YUV 99.45 101.23 196.15 -
System Red Green Blue C M Y K H S L
Decimal 195 60 52 0 0.69 0.73 0.24 3.36 0.58 0.48
Hex C3 3C 34 0 45 49 18 3 3A 30
Octal 303 74 64 0 105 111 30 3 72 60
Binary 11000011 111100 110100 0 1000101 1001001 11000 11 111010 110000

Color Harmonies of #C33C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33C34

Black with #C33C34

Text Example


Text Example

White with #C33C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33C34; }

 p { color: rgb(195,60,52); }

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

background-color css

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

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

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

border-color css

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

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

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