Html Css Color HEX #C33A36 Persian Red

📋 copy color: '#C33A36'

red 195 ◦ green 58 ◦ blue 54

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

Shades of Persian Red #C33A36

Tints of Persian Red #C33A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.59%

R = 63.52%
G = 18.89%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C33A36 (or 0xC33A36) is known color: Persian Red. HEX triplet: C3, 3A and 36. RGB value is (195,58,54). Sum of RGB (Red+Green+Blue) = 195+58+54=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A36 is #3CC5C9. Grayscale: #626262. Windows color (decimal): -3982794 or 3553987. OLE color: 3553987.

HSL color Cylindrical-coordinate representation of color #C33A36: hue angle of 1.7º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33A36 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 58 54 -
CMYK 0 0.70 0.72 0.24
HSL 1.7º 0.57% 0.49% -
HSV(B) 1.7º 0.72% 0.76% -
XYZ 24.68 14.89 5.06 -
YUV 98.51 102.89 196.83 -
System Red Green Blue C M Y K H S L
Decimal 195 58 54 0 0.70 0.72 0.24 1.7 0.57 0.49
Hex C3 3A 36 0 46 48 18 2 39 31
Octal 303 72 66 0 106 110 30 2 71 61
Binary 11000011 111010 110110 0 1000110 1001000 11000 10 111001 110001

Color Harmonies of #C33A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A36

Black with #C33A36

Text Example


Text Example

White with #C33A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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