Html Css Color HEX #FD2A0C Scarlet

📋 copy color: '#FD2A0C'

red 253 ◦ green 42 ◦ blue 12

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

Shades of Scarlet #FD2A0C

Tints of Scarlet #FD2A0C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.68%

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

R = 82.41%
G = 13.68%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD2A0C (or 0xFD2A0C) is known color: Scarlet. HEX triplet: FD, 2A and 0C. RGB value is (253,42,12). Sum of RGB (Red+Green+Blue) = 253+42+12=307 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.41% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2A0C is #02D5F3. Grayscale: #656565. Windows color (decimal): -185844 or 797437. OLE color: 797437.

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

Color convert

RGB 253 42 12 -
CMYK 0 0.83 0.95 0.01
HSL 7.47º 0.98% 0.52% -
HSV(B) 7.47º 0.95% 0.99% -
XYZ 41.4 22.57 2.52 -
YUV 101.67 77.4 235.94 -
System Red Green Blue C M Y K H S L
Decimal 253 42 12 0 0.83 0.95 0.01 7.47 0.98 0.52
Hex FD 2A C 0 53 5F 1 7 62 34
Octal 375 52 14 0 123 137 1 7 142 64
Binary 11111101 101010 1100 0 1010011 1011111 1 111 1100010 110100

Color Harmonies of #FD2A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2A0C

Black with #FD2A0C

Text Example


Text Example

White with #FD2A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2A0C; }

 p { color: rgb(253,42,12); }

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

background-color css

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

 a { background-color: rgb(253,42,12); }

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

border-color css

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

 span { border-color: rgb(253,42,12); }

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