Html Css Color HEX #FE330D Scarlet

📋 copy color: '#FE330D'

red 254 ◦ green 51 ◦ blue 13

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

Shades of Scarlet #FE330D

Tints of Scarlet #FE330D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.04%

 BLUE value IS 13 (5.47% from 255) = 4.09%

R = 79.87%
G = 16.04%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE330D (or 0xFE330D) is known color: Scarlet. HEX triplet: FE, 33 and 0D. RGB value is (254,51,13). Sum of RGB (Red+Green+Blue) = 254+51+13=318 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.87% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 254 - color contains mainly: red. Hex color #FE330D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE330D is #01CCF2. Grayscale: #6B6B6B. Windows color (decimal): -118003 or 865278. OLE color: 865278.

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

Color convert

RGB 254 51 13 -
CMYK 0 0.80 0.95 0.00
HSL 9.46º 0.99% 0.52% -
HSV(B) 9.46º 0.95% 1% -
XYZ 42.13 23.47 2.69 -
YUV 107.37 74.75 232.59 -
System Red Green Blue C M Y K H S L
Decimal 254 51 13 0 0.80 0.95 0.00 9.46 0.99 0.52
Hex FE 33 D 0 50 5F 0 9 63 34
Octal 376 63 15 0 120 137 0 11 143 64
Binary 11111110 110011 1101 0 1010000 1011111 0 1001 1100011 110100

Color Harmonies of #FE330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE330D

Black with #FE330D

Text Example


Text Example

White with #FE330D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE330D; }

 p { color: rgb(254,51,13); }

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

background-color css

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

 a { background-color: rgb(254,51,13); }

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

border-color css

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

 span { border-color: rgb(254,51,13); }

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