Html Css Color HEX #FF4B10 Vermilion

📋 copy color: '#FF4B10'

red 255 ◦ green 75 ◦ blue 16

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

Shades of Vermilion #FF4B10

Tints of Vermilion #FF4B10

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.68%

 BLUE value IS 16 (6.64% from 255) = 4.62%

R = 73.7%
G = 21.68%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF4B10 (or 0xFF4B10) is known color: Vermilion. HEX triplet: FF, 4B and 10. RGB value is (255,75,16). Sum of RGB (Red+Green+Blue) = 255+75+16=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4B10 is #00B4EF. Grayscale: #7A7A7A. Windows color (decimal): -46320 or 1068031. OLE color: 1068031.

HSL color Cylindrical-coordinate representation of color #FF4B10: hue angle of 14.81º 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 #FF4B10 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 75 16 -
CMYK 0 0.71 0.94 0
HSL 14.81º 1% 0.53% -
HSV(B) 14.81º 0.94% 1% -
XYZ 43.85 26.33 3.26 -
YUV 122.09 68.13 222.8 -
System Red Green Blue C M Y K H S L
Decimal 255 75 16 0 0.71 0.94 0 14.81 1 0.53
Hex FF 4B 10 0 47 5E 0 F 64 35
Octal 377 113 20 0 107 136 0 17 144 65
Binary 11111111 1001011 10000 0 1000111 1011110 0 1111 1100100 110101

Color Harmonies of #FF4B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4B10

Black with #FF4B10

Text Example


Text Example

White with #FF4B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4B10; }

 p { color: rgb(255,75,16); }

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

background-color css

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

 a { background-color: rgb(255,75,16); }

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

border-color css

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

 span { border-color: rgb(255,75,16); }

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