Html Css Color HEX #CF1909 Harley Davidson Orange

📋 copy color: '#CF1909'

red 207 ◦ green 25 ◦ blue 9

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

Shades of Harley Davidson Orange #CF1909

Tints of Harley Davidson Orange #CF1909

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.37%

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

R = 85.89%
G = 10.37%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF1909 (or 0xCF1909) is known color: Harley Davidson Orange. HEX triplet: CF, 19 and 09. RGB value is (207,25,9). Sum of RGB (Red+Green+Blue) = 207+25+9=241 (31% of max value = 765). Red value is 207 (81.25% from 255 or 85.89% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1909 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1909 is #30E6F6. Grayscale: #4D4D4D. Windows color (decimal): -3204855 or 596431. OLE color: 596431.

HSL color Cylindrical-coordinate representation of color #CF1909: hue angle of 4.85º 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 #CF1909 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 25 9 -
CMYK 0 0.88 0.96 0.19
HSL 4.85º 0.92% 0.42% -
HSV(B) 4.85º 0.96% 0.81% -
XYZ 26.13 13.98 1.58 -
YUV 77.59 89.3 220.3 -
System Red Green Blue C M Y K H S L
Decimal 207 25 9 0 0.88 0.96 0.19 4.85 0.92 0.42
Hex CF 19 9 0 58 60 13 5 5C 2A
Octal 317 31 11 0 130 140 23 5 134 52
Binary 11001111 11001 1001 0 1011000 1100000 10011 101 1011100 101010

Color Harmonies of #CF1909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1909

Black with #CF1909

Text Example


Text Example

White with #CF1909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1909; }

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

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

background-color css

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

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

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

border-color css

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

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

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