Html Css Color HEX #FE2D0C Scarlet

📋 copy color: '#FE2D0C'

red 254 ◦ green 45 ◦ blue 12

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

Shades of Scarlet #FE2D0C

Tints of Scarlet #FE2D0C

RGB

 RED value IS 254 (99.61% from 255) = 81.67%

 GREEN value IS 45 (17.97% from 255) = 14.47%

 BLUE value IS 12 (5.08% from 255) = 3.86%

R = 81.67%
G = 14.47%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE2D0C (or 0xFE2D0C) is known color: Scarlet. HEX triplet: FE, 2D and 0C. RGB value is (254,45,12). Sum of RGB (Red+Green+Blue) = 254+45+12=311 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.67% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2D0C is #01D2F3. Grayscale: #686868. Windows color (decimal): -119540 or 798206. OLE color: 798206.

HSL color Cylindrical-coordinate representation of color #FE2D0C: hue angle of 8.18º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE2D0C is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 45 12 -
CMYK 0 0.82 0.95 0.00
HSL 8.18º 0.99% 0.52% -
HSV(B) 8.18º 0.95% 1% -
XYZ 41.88 22.97 2.58 -
YUV 103.73 76.24 235.18 -
System Red Green Blue C M Y K H S L
Decimal 254 45 12 0 0.82 0.95 0.00 8.18 0.99 0.52
Hex FE 2D C 0 52 5F 0 8 63 34
Octal 376 55 14 0 122 137 0 10 143 64
Binary 11111110 101101 1100 0 1010010 1011111 0 1000 1100011 110100

Color Harmonies of #FE2D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2D0C

Black with #FE2D0C

Text Example


Text Example

White with #FE2D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2D0C; }

 p { color: rgb(254,45,12); }

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

background-color css

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

 a { background-color: rgb(254,45,12); }

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

border-color css

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

 span { border-color: rgb(254,45,12); }

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