Html Css Color HEX #CF1F06 Harley Davidson Orange

📋 copy color: '#CF1F06'

red 207 ◦ green 31 ◦ blue 6

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

Shades of Harley Davidson Orange #CF1F06

Tints of Harley Davidson Orange #CF1F06

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.7%

 BLUE value IS 6 (2.73% from 255) = 2.46%

R = 84.84%
G = 12.7%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF1F06 (or 0xCF1F06) is known color: Harley Davidson Orange. HEX triplet: CF, 1F and 06. RGB value is (207,31,6). Sum of RGB (Red+Green+Blue) = 207+31+6=244 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.84% from 244); Green value is 31 (12.5% from 255 or 12.70% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF1F06 is #30E0F9. Grayscale: #515151. Windows color (decimal): -3203322 or 401359. OLE color: 401359.

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

Color convert

RGB 207 31 6 -
CMYK 0 0.85 0.97 0.19
HSL 7.46º 0.94% 0.42% -
HSV(B) 7.46º 0.97% 0.81% -
XYZ 26.25 14.26 1.54 -
YUV 80.77 85.81 218.03 -
System Red Green Blue C M Y K H S L
Decimal 207 31 6 0 0.85 0.97 0.19 7.46 0.94 0.42
Hex CF 1F 6 0 55 61 13 7 5E 2A
Octal 317 37 6 0 125 141 23 7 136 52
Binary 11001111 11111 110 0 1010101 1100001 10011 111 1011110 101010

Color Harmonies of #CF1F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1F06

Black with #CF1F06

Text Example


Text Example

White with #CF1F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1F06; }

 p { color: rgb(207,31,6); }

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

background-color css

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

 a { background-color: rgb(207,31,6); }

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

border-color css

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

 span { border-color: rgb(207,31,6); }

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