Html Css Color HEX #F32002 Scarlet

📋 copy color: '#F32002'

red 243 ◦ green 32 ◦ blue 2

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

Shades of Scarlet #F32002

Tints of Scarlet #F32002

RGB

 RED value IS 243 (95.31% from 255) = 87.73%

 GREEN value IS 32 (12.89% from 255) = 11.55%

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 87.73%
G = 11.55%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F32002 (or 0xF32002) is known color: Scarlet. HEX triplet: F3, 20 and 02. RGB value is (243,32,2). Sum of RGB (Red+Green+Blue) = 243+32+2=277 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.73% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 243 - color contains mainly: red. Hex color #F32002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32002 is #0CDFFD. Grayscale: #5B5B5B. Windows color (decimal): -843774 or 139507. OLE color: 139507.

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

Color convert

RGB 243 32 2 -
CMYK 0 0.87 0.99 0.05
HSL 7.47º 0.98% 0.48% -
HSV(B) 7.47º 0.99% 0.95% -
XYZ 37.49 20.09 1.96 -
YUV 91.67 77.4 235.94 -
System Red Green Blue C M Y K H S L
Decimal 243 32 2 0 0.87 0.99 0.05 7.47 0.98 0.48
Hex F3 20 2 0 57 63 5 7 62 30
Octal 363 40 2 0 127 143 5 7 142 60
Binary 11110011 100000 10 0 1010111 1100011 101 111 1100010 110000

Color Harmonies of #F32002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32002

Black with #F32002

Text Example


Text Example

White with #F32002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32002; }

 p { color: rgb(243,32,2); }

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

background-color css

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

 a { background-color: rgb(243,32,2); }

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

border-color css

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

 span { border-color: rgb(243,32,2); }

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