Html Css Color HEX #C33838 Persian Red

📋 copy color: '#C33838'

red 195 ◦ green 56 ◦ blue 56

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

Shades of Persian Red #C33838

Tints of Persian Red #C33838

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.24%

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

R = 63.52%
G = 18.24%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C33838 (or 0xC33838) is known color: Persian Red. HEX triplet: C3, 38 and 38. RGB value is (195,56,56). Sum of RGB (Red+Green+Blue) = 195+56+56=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C33838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33838 is #3CC7C7. Grayscale: #616161. Windows color (decimal): -3983304 or 3684547. OLE color: 3684547.

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

Color convert

RGB 195 56 56 -
CMYK 0 0.71 0.71 0.24
HSL 0.55% 0.49% -
HSV(B) 0.71% 0.76% -
XYZ 24.63 14.72 5.28 -
YUV 97.56 104.55 197.5 -
System Red Green Blue C M Y K H S L
Decimal 195 56 56 0 0.71 0.71 0.24 0 0.55 0.49
Hex C3 38 38 0 47 47 18 0 37 31
Octal 303 70 70 0 107 107 30 0 67 61
Binary 11000011 111000 111000 0 1000111 1000111 11000 0 110111 110001

Color Harmonies of #C33838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33838

Black with #C33838

Text Example


Text Example

White with #C33838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33838; }

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

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

background-color css

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

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

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

border-color css

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

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

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