Html Css Color HEX #63252A Red Devil

📋 copy color: '#63252A'

red 99 ◦ green 37 ◦ blue 42

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

Shades of Red Devil #63252A

Tints of Red Devil #63252A

RGB

 RED value IS 99 (39.06% from 255) = 55.62%

 GREEN value IS 37 (14.84% from 255) = 20.79%

 BLUE value IS 42 (16.8% from 255) = 23.6%

R = 55.62%
G = 20.79%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#63252A (or 0x63252A) is known color: Red Devil. HEX triplet: 63, 25 and 2A. RGB value is (99,37,42). Sum of RGB (Red+Green+Blue) = 99+37+42=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #63252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63252A is #9CDAD5. Grayscale: #383838. Windows color (decimal): -10279638 or 2762083. OLE color: 2762083.

HSL color Cylindrical-coordinate representation of color #63252A: hue angle of 355.16º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #63252A is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 37 42 -
CMYK 0 0.63 0.58 0.61
HSL 355.16º 0.46% 0.27% -
HSV(B) 355.16º 0.63% 0.39% -
XYZ 6.23 4.14 2.66 -
YUV 56.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 99 37 42 0 0.63 0.58 0.61 355.16 0.46 0.27
Hex 63 25 2A 0 3F 3A 3D 163 2E 1B
Octal 143 45 52 0 77 72 75 543 56 33
Binary 1100011 100101 101010 0 111111 111010 111101 101100011 101110 11011

Color Harmonies of #63252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63252A

Black with #63252A

Text Example


Text Example

White with #63252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63252A; }

 p { color: rgb(99,37,42); }

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

background-color css

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

 a { background-color: rgb(99,37,42); }

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

border-color css

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

 span { border-color: rgb(99,37,42); }

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