Html Css Color HEX #CF1B09 Harley Davidson Orange

📋 copy color: '#CF1B09'

red 207 ◦ green 27 ◦ blue 9

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

Shades of Harley Davidson Orange #CF1B09

Tints of Harley Davidson Orange #CF1B09

RGB

 RED value IS 207 (81.25% from 255) = 85.19%

 GREEN value IS 27 (10.94% from 255) = 11.11%

 BLUE value IS 9 (3.91% from 255) = 3.7%

R = 85.19%
G = 11.11%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF1B09 (or 0xCF1B09) is known color: Harley Davidson Orange. HEX triplet: CF, 1B and 09. RGB value is (207,27,9). Sum of RGB (Red+Green+Blue) = 207+27+9=243 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.19% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF1B09 is #30E4F6. Grayscale: #4F4F4F. Windows color (decimal): -3204343 or 596943. OLE color: 596943.

HSL color Cylindrical-coordinate representation of color #CF1B09: hue angle of 5.45º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF1B09 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 27 9 -
CMYK 0 0.87 0.96 0.19
HSL 5.45º 0.92% 0.42% -
HSV(B) 5.45º 0.96% 0.81% -
XYZ 26.17 14.07 1.59 -
YUV 78.77 88.63 219.46 -
System Red Green Blue C M Y K H S L
Decimal 207 27 9 0 0.87 0.96 0.19 5.45 0.92 0.42
Hex CF 1B 9 0 57 60 13 5 5C 2A
Octal 317 33 11 0 127 140 23 5 134 52
Binary 11001111 11011 1001 0 1010111 1100000 10011 101 1011100 101010

Color Harmonies of #CF1B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1B09

Black with #CF1B09

Text Example


Text Example

White with #CF1B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1B09; }

 p { color: rgb(207,27,9); }

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

background-color css

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

 a { background-color: rgb(207,27,9); }

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

border-color css

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

 span { border-color: rgb(207,27,9); }

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