Html Css Color HEX #C33B38 Persian Red

📋 copy color: '#C33B38'

red 195 ◦ green 59 ◦ blue 56

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

Shades of Persian Red #C33B38

Tints of Persian Red #C33B38

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.03%

 BLUE value IS 56 (22.27% from 255) = 18.06%

R = 62.9%
G = 19.03%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C33B38 (or 0xC33B38) is known color: Persian Red. HEX triplet: C3, 3B and 38. RGB value is (195,59,56). Sum of RGB (Red+Green+Blue) = 195+59+56=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33B38 is #3CC4C7. Grayscale: #636363. Windows color (decimal): -3982536 or 3685315. OLE color: 3685315.

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

Color convert

RGB 195 59 56 -
CMYK 0 0.70 0.71 0.24
HSL 1.29º 0.55% 0.49% -
HSV(B) 1.29º 0.71% 0.76% -
XYZ 24.78 15.02 5.33 -
YUV 99.32 103.56 196.24 -
System Red Green Blue C M Y K H S L
Decimal 195 59 56 0 0.70 0.71 0.24 1.29 0.55 0.49
Hex C3 3B 38 0 46 47 18 1 37 31
Octal 303 73 70 0 106 107 30 1 67 61
Binary 11000011 111011 111000 0 1000110 1000111 11000 1 110111 110001

Color Harmonies of #C33B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33B38

Black with #C33B38

Text Example


Text Example

White with #C33B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33B38; }

 p { color: rgb(195,59,56); }

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

background-color css

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

 a { background-color: rgb(195,59,56); }

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

border-color css

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

 span { border-color: rgb(195,59,56); }

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