Html Css Color HEX #F32F02 Scarlet

📋 copy color: '#F32F02'

red 243 ◦ green 47 ◦ blue 2

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

Shades of Scarlet #F32F02

Tints of Scarlet #F32F02

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.1%

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

R = 83.22%
G = 16.1%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F32F02 (or 0xF32F02) is known color: Scarlet. HEX triplet: F3, 2F and 02. RGB value is (243,47,2). Sum of RGB (Red+Green+Blue) = 243+47+2=292 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.22% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32F02 is #0CD0FD. Grayscale: #646464. Windows color (decimal): -839934 or 143347. OLE color: 143347.

HSL color Cylindrical-coordinate representation of color #F32F02: hue angle of 11.2º 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 #F32F02 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 47 2 -
CMYK 0 0.81 0.99 0.05
HSL 11.2º 0.98% 0.48% -
HSV(B) 11.2º 0.99% 0.95% -
XYZ 37.99 21.09 2.13 -
YUV 100.47 72.43 229.66 -
System Red Green Blue C M Y K H S L
Decimal 243 47 2 0 0.81 0.99 0.05 11.2 0.98 0.48
Hex F3 2F 2 0 51 63 5 B 62 30
Octal 363 57 2 0 121 143 5 13 142 60
Binary 11110011 101111 10 0 1010001 1100011 101 1011 1100010 110000

Color Harmonies of #F32F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32F02

Black with #F32F02

Text Example


Text Example

White with #F32F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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