Html Css Color HEX #C33A2B Persian Red

📋 copy color: '#C33A2B'

red 195 ◦ green 58 ◦ blue 43

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

Shades of Persian Red #C33A2B

Tints of Persian Red #C33A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.53%

R = 65.88%
G = 19.59%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C33A2B (or 0xC33A2B) is known color: Persian Red. HEX triplet: C3, 3A and 2B. RGB value is (195,58,43). Sum of RGB (Red+Green+Blue) = 195+58+43=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A2B is #3CC5D4. Grayscale: #616161. Windows color (decimal): -3982805 or 2833091. OLE color: 2833091.

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

Color convert

RGB 195 58 43 -
CMYK 0 0.70 0.78 0.24
HSL 5.92º 0.64% 0.47% -
HSV(B) 5.92º 0.78% 0.76% -
XYZ 24.45 14.8 3.85 -
YUV 97.25 97.39 197.72 -
System Red Green Blue C M Y K H S L
Decimal 195 58 43 0 0.70 0.78 0.24 5.92 0.64 0.47
Hex C3 3A 2B 0 46 4E 18 6 40 2F
Octal 303 72 53 0 106 116 30 6 100 57
Binary 11000011 111010 101011 0 1000110 1001110 11000 110 1000000 101111

Color Harmonies of #C33A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A2B

Black with #C33A2B

Text Example


Text Example

White with #C33A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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