Html Css Color HEX #C33A34 Persian Red

📋 copy color: '#C33A34'

red 195 ◦ green 58 ◦ blue 52

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

Shades of Persian Red #C33A34

Tints of Persian Red #C33A34

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.02%

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

R = 63.93%
G = 19.02%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C33A34 (or 0xC33A34) is known color: Persian Red. HEX triplet: C3, 3A and 34. RGB value is (195,58,52). Sum of RGB (Red+Green+Blue) = 195+58+52=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A34 is #3CC5CB. Grayscale: #626262. Windows color (decimal): -3982796 or 3422915. OLE color: 3422915.

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

Color convert

RGB 195 58 52 -
CMYK 0 0.70 0.73 0.24
HSL 2.52º 0.58% 0.48% -
HSV(B) 2.52º 0.73% 0.76% -
XYZ 24.64 14.88 4.82 -
YUV 98.28 101.89 196.99 -
System Red Green Blue C M Y K H S L
Decimal 195 58 52 0 0.70 0.73 0.24 2.52 0.58 0.48
Hex C3 3A 34 0 46 49 18 3 3A 30
Octal 303 72 64 0 106 111 30 3 72 60
Binary 11000011 111010 110100 0 1000110 1001001 11000 11 111010 110000

Color Harmonies of #C33A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A34

Black with #C33A34

Text Example


Text Example

White with #C33A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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