Html Css Color HEX #C33A31 Persian Red

📋 copy color: '#C33A31'

red 195 ◦ green 58 ◦ blue 49

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

Shades of Persian Red #C33A31

Tints of Persian Red #C33A31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.23%

R = 64.57%
G = 19.21%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C33A31 (or 0xC33A31) is known color: Persian Red. HEX triplet: C3, 3A and 31. RGB value is (195,58,49). Sum of RGB (Red+Green+Blue) = 195+58+49=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A31 is #3CC5CE. Grayscale: #626262. Windows color (decimal): -3982799 or 3226307. OLE color: 3226307.

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

Color convert

RGB 195 58 49 -
CMYK 0 0.70 0.75 0.24
HSL 3.7º 0.6% 0.48% -
HSV(B) 3.7º 0.75% 0.76% -
XYZ 24.57 14.85 4.48 -
YUV 97.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 195 58 49 0 0.70 0.75 0.24 3.7 0.6 0.48
Hex C3 3A 31 0 46 4B 18 4 3C 30
Octal 303 72 61 0 106 113 30 4 74 60
Binary 11000011 111010 110001 0 1000110 1001011 11000 100 111100 110000

Color Harmonies of #C33A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A31

Black with #C33A31

Text Example


Text Example

White with #C33A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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