Html Css Color HEX #C33530 Persian Red

📋 copy color: '#C33530'

red 195 ◦ green 53 ◦ blue 48

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

Shades of Persian Red #C33530

Tints of Persian Red #C33530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.22%

R = 65.88%
G = 17.91%
B = 16.22%

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

#C33530 (or 0xC33530) is known color: Persian Red. HEX triplet: C3, 35 and 30. RGB value is (195,53,48). Sum of RGB (Red+Green+Blue) = 195+53+48=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C33530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33530 is #3CCACF. Grayscale: #5F5F5F. Windows color (decimal): -3984080 or 3159491. OLE color: 3159491.

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

Color convert

RGB 195 53 48 -
CMYK 0 0.73 0.75 0.24
HSL 2.04º 0.6% 0.48% -
HSV(B) 2.04º 0.75% 0.76% -
XYZ 24.31 14.36 4.29 -
YUV 94.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 195 53 48 0 0.73 0.75 0.24 2.04 0.6 0.48
Hex C3 35 30 0 49 4B 18 2 3C 30
Octal 303 65 60 0 111 113 30 2 74 60
Binary 11000011 110101 110000 0 1001001 1001011 11000 10 111100 110000

Color Harmonies of #C33530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33530

Black with #C33530

Text Example


Text Example

White with #C33530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33530; }

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

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

background-color css

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

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

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

border-color css

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

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

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