Html Css Color HEX #FD330D Scarlet

📋 copy color: '#FD330D'

red 253 ◦ green 51 ◦ blue 13

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

Shades of Scarlet #FD330D

Tints of Scarlet #FD330D

RGB

 RED value IS 253 (99.22% from 255) = 79.81%

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

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

R = 79.81%
G = 16.09%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD330D (or 0xFD330D) is known color: Scarlet. HEX triplet: FD, 33 and 0D. RGB value is (253,51,13). Sum of RGB (Red+Green+Blue) = 253+51+13=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD330D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD330D is #02CCF2. Grayscale: #6B6B6B. Windows color (decimal): -183539 or 865277. OLE color: 865277.

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

Color convert

RGB 253 51 13 -
CMYK 0 0.80 0.95 0.01
HSL 9.5º 0.98% 0.52% -
HSV(B) 9.5º 0.95% 0.99% -
XYZ 41.76 23.28 2.67 -
YUV 107.07 74.92 232.09 -
System Red Green Blue C M Y K H S L
Decimal 253 51 13 0 0.80 0.95 0.01 9.5 0.98 0.52
Hex FD 33 D 0 50 5F 1 A 62 34
Octal 375 63 15 0 120 137 1 12 142 64
Binary 11111101 110011 1101 0 1010000 1011111 1 1010 1100010 110100

Color Harmonies of #FD330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD330D

Black with #FD330D

Text Example


Text Example

White with #FD330D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD330D; }

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

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

background-color css

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

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

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

border-color css

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

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

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