Html Css Color HEX #FF230F Scarlet

📋 copy color: '#FF230F'

red 255 ◦ green 35 ◦ blue 15

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

Shades of Scarlet #FF230F

Tints of Scarlet #FF230F

RGB

 RED value IS 255 (100% from 255) = 83.61%

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

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 83.61%
G = 11.48%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF230F (or 0xFF230F) is known color: Scarlet. HEX triplet: FF, 23 and 0F. RGB value is (255,35,15). Sum of RGB (Red+Green+Blue) = 255+35+15=305 (40% of max value = 765). Red value is 255 (100% from 255 or 83.61% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 255 - color contains mainly: red. Hex color #FF230F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF230F is #00DCF0. Grayscale: #626262. Windows color (decimal): -56561 or 992255. OLE color: 992255.

HSL color Cylindrical-coordinate representation of color #FF230F: hue angle of 5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF230F is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 35 15 -
CMYK 0 0.86 0.94 0
HSL 1% 0.53% -
HSV(B) 0.94% 1% -
XYZ 41.93 22.5 2.58 -
YUV 98.5 80.89 239.63 -
System Red Green Blue C M Y K H S L
Decimal 255 35 15 0 0.86 0.94 0 5 1 0.53
Hex FF 23 F 0 56 5E 0 5 64 35
Octal 377 43 17 0 126 136 0 5 144 65
Binary 11111111 100011 1111 0 1010110 1011110 0 101 1100100 110101

Color Harmonies of #FF230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF230F

Black with #FF230F

Text Example


Text Example

White with #FF230F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF230F; }

 p { color: rgb(255,35,15); }

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

background-color css

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

 a { background-color: rgb(255,35,15); }

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

border-color css

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

 span { border-color: rgb(255,35,15); }

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