Html Css Color HEX #C33A2C Persian Red

📋 copy color: '#C33A2C'

red 195 ◦ green 58 ◦ blue 44

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

Shades of Persian Red #C33A2C

Tints of Persian Red #C33A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.81%

R = 65.66%
G = 19.53%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C33A2C (or 0xC33A2C) is known color: Persian Red. HEX triplet: C3, 3A and 2C. RGB value is (195,58,44). Sum of RGB (Red+Green+Blue) = 195+58+44=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A2C is #3CC5D3. Grayscale: #616161. Windows color (decimal): -3982804 or 2898627. OLE color: 2898627.

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

Color convert

RGB 195 58 44 -
CMYK 0 0.70 0.77 0.24
HSL 5.56º 0.63% 0.47% -
HSV(B) 5.56º 0.77% 0.76% -
XYZ 24.47 14.81 3.95 -
YUV 97.37 97.89 197.64 -
System Red Green Blue C M Y K H S L
Decimal 195 58 44 0 0.70 0.77 0.24 5.56 0.63 0.47
Hex C3 3A 2C 0 46 4D 18 6 3F 2F
Octal 303 72 54 0 106 115 30 6 77 57
Binary 11000011 111010 101100 0 1000110 1001101 11000 110 111111 101111

Color Harmonies of #C33A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A2C

Black with #C33A2C

Text Example


Text Example

White with #C33A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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