Html Css Color HEX #FD2B04 Scarlet

📋 copy color: '#FD2B04'

red 253 ◦ green 43 ◦ blue 4

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

Shades of Scarlet #FD2B04

Tints of Scarlet #FD2B04

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.33%

 BLUE value IS 4 (1.95% from 255) = 1.33%

R = 84.33%
G = 14.33%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD2B04 (or 0xFD2B04) is known color: Scarlet. HEX triplet: FD, 2B and 04. RGB value is (253,43,4). Sum of RGB (Red+Green+Blue) = 253+43+4=300 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.33% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2B04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2B04 is #02D4FB. Grayscale: #656565. Windows color (decimal): -185596 or 273405. OLE color: 273405.

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

Color convert

RGB 253 43 4 -
CMYK 0 0.83 0.98 0.01
HSL 9.4º 0.98% 0.5% -
HSV(B) 9.4º 0.98% 0.99% -
XYZ 41.39 22.62 2.3 -
YUV 101.34 73.07 236.17 -
System Red Green Blue C M Y K H S L
Decimal 253 43 4 0 0.83 0.98 0.01 9.4 0.98 0.5
Hex FD 2B 4 0 53 62 1 9 62 32
Octal 375 53 4 0 123 142 1 11 142 62
Binary 11111101 101011 100 0 1010011 1100010 1 1001 1100010 110010

Color Harmonies of #FD2B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2B04

Black with #FD2B04

Text Example


Text Example

White with #FD2B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2B04; }

 p { color: rgb(253,43,4); }

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

background-color css

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

 a { background-color: rgb(253,43,4); }

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

border-color css

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

 span { border-color: rgb(253,43,4); }

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