Html Css Color HEX #FD2D0C Scarlet

📋 copy color: '#FD2D0C'

red 253 ◦ green 45 ◦ blue 12

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

Shades of Scarlet #FD2D0C

Tints of Scarlet #FD2D0C

RGB

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

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

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

R = 81.61%
G = 14.52%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD2D0C (or 0xFD2D0C) is known color: Scarlet. HEX triplet: FD, 2D and 0C. RGB value is (253,45,12). Sum of RGB (Red+Green+Blue) = 253+45+12=310 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.61% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2D0C is #02D2F3. Grayscale: #676767. Windows color (decimal): -185076 or 798205. OLE color: 798205.

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

Color convert

RGB 253 45 12 -
CMYK 0 0.82 0.95 0.01
HSL 8.22º 0.98% 0.52% -
HSV(B) 8.22º 0.95% 0.99% -
XYZ 41.51 22.79 2.56 -
YUV 103.43 76.41 234.68 -
System Red Green Blue C M Y K H S L
Decimal 253 45 12 0 0.82 0.95 0.01 8.22 0.98 0.52
Hex FD 2D C 0 52 5F 1 8 62 34
Octal 375 55 14 0 122 137 1 10 142 64
Binary 11111101 101101 1100 0 1010010 1011111 1 1000 1100010 110100

Color Harmonies of #FD2D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2D0C

Black with #FD2D0C

Text Example


Text Example

White with #FD2D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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