Html Css Color HEX #C33630 Persian Red

📋 copy color: '#C33630'

red 195 ◦ green 54 ◦ blue 48

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

Shades of Persian Red #C33630

Tints of Persian Red #C33630

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.18%

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

R = 65.66%
G = 18.18%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C33630 (or 0xC33630) is known color: Persian Red. HEX triplet: C3, 36 and 30. RGB value is (195,54,48). Sum of RGB (Red+Green+Blue) = 195+54+48=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C33630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33630 is #3CC9CF. Grayscale: #5F5F5F. Windows color (decimal): -3983824 or 3159747. OLE color: 3159747.

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

Color convert

RGB 195 54 48 -
CMYK 0 0.72 0.75 0.24
HSL 2.45º 0.6% 0.48% -
HSV(B) 2.45º 0.75% 0.76% -
XYZ 24.36 14.45 4.3 -
YUV 95.48 101.21 198.99 -
System Red Green Blue C M Y K H S L
Decimal 195 54 48 0 0.72 0.75 0.24 2.45 0.6 0.48
Hex C3 36 30 0 48 4B 18 2 3C 30
Octal 303 66 60 0 110 113 30 2 74 60
Binary 11000011 110110 110000 0 1001000 1001011 11000 10 111100 110000

Color Harmonies of #C33630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33630

Black with #C33630

Text Example


Text Example

White with #C33630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33630; }

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

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

background-color css

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

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

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

border-color css

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

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

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