Html Css Color HEX #F4231D Scarlet

📋 copy color: '#F4231D'

red 244 ◦ green 35 ◦ blue 29

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

Shades of Scarlet #F4231D

Tints of Scarlet #F4231D

RGB

 RED value IS 244 (95.7% from 255) = 79.22%

 GREEN value IS 35 (14.06% from 255) = 11.36%

 BLUE value IS 29 (11.72% from 255) = 9.42%

R = 79.22%
G = 11.36%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F4231D (or 0xF4231D) is known color: Scarlet. HEX triplet: F4, 23 and 1D. RGB value is (244,35,29). Sum of RGB (Red+Green+Blue) = 244+35+29=308 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.22% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 244 - color contains mainly: red. Hex color #F4231D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4231D is #0BDCE2. Grayscale: #616161. Windows color (decimal): -777443 or 1909748. OLE color: 1909748.

HSL color Cylindrical-coordinate representation of color #F4231D: hue angle of 1.67º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F4231D is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 35 29 -
CMYK 0 0.86 0.88 0.04
HSL 1.67º 0.91% 0.54% -
HSV(B) 1.67º 0.88% 0.96% -
XYZ 38.13 20.52 3.11 -
YUV 96.81 89.74 232.99 -
System Red Green Blue C M Y K H S L
Decimal 244 35 29 0 0.86 0.88 0.04 1.67 0.91 0.54
Hex F4 23 1D 0 56 58 4 2 5B 36
Octal 364 43 35 0 126 130 4 2 133 66
Binary 11110100 100011 11101 0 1010110 1011000 100 10 1011011 110110

Color Harmonies of #F4231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4231D

Black with #F4231D

Text Example


Text Example

White with #F4231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4231D; }

 p { color: rgb(244,35,29); }

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

background-color css

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

 a { background-color: rgb(244,35,29); }

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

border-color css

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

 span { border-color: rgb(244,35,29); }

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