Html Css Color HEX #C33531 Persian Red

📋 copy color: '#C33531'

red 195 ◦ green 53 ◦ blue 49

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

Shades of Persian Red #C33531

Tints of Persian Red #C33531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.85%

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

R = 65.66%
G = 17.85%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C33531 (or 0xC33531) is known color: Persian Red. HEX triplet: C3, 35 and 31. RGB value is (195,53,49). Sum of RGB (Red+Green+Blue) = 195+53+49=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C33531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33531 is #3CCACE. Grayscale: #5F5F5F. Windows color (decimal): -3984079 or 3225027. OLE color: 3225027.

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

Color convert

RGB 195 53 49 -
CMYK 0 0.73 0.75 0.24
HSL 1.64º 0.6% 0.48% -
HSV(B) 1.64º 0.75% 0.76% -
XYZ 24.33 14.37 4.4 -
YUV 95 102.04 199.33 -
System Red Green Blue C M Y K H S L
Decimal 195 53 49 0 0.73 0.75 0.24 1.64 0.6 0.48
Hex C3 35 31 0 49 4B 18 2 3C 30
Octal 303 65 61 0 111 113 30 2 74 60
Binary 11000011 110101 110001 0 1001001 1001011 11000 10 111100 110000

Color Harmonies of #C33531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33531

Black with #C33531

Text Example


Text Example

White with #C33531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33531; }

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

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

background-color css

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

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

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

border-color css

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

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

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