Html Css Color HEX #CF3001 Harley Davidson Orange

📋 copy color: '#CF3001'

red 207 ◦ green 48 ◦ blue 1

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

Shades of Harley Davidson Orange #CF3001

Tints of Harley Davidson Orange #CF3001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.75%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 80.86%
G = 18.75%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF3001 (or 0xCF3001) is known color: Harley Davidson Orange. HEX triplet: CF, 30 and 01. RGB value is (207,48,1). Sum of RGB (Red+Green+Blue) = 207+48+1=256 (33% of max value = 765). Red value is 207 (81.25% from 255 or 80.86% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3001 is #30CFFE. Grayscale: #5A5A5A. Windows color (decimal): -3198975 or 78031. OLE color: 78031.

HSL color Cylindrical-coordinate representation of color #CF3001: hue angle of 13.69º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF3001 is Cyan = 0, Magento = 0.77, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 48 1 -
CMYK 0 0.77 1.00 0.19
HSL 13.69º 0.99% 0.41% -
HSV(B) 13.69º 1% 0.81% -
XYZ 26.79 15.38 1.59 -
YUV 90.18 77.68 211.32 -
System Red Green Blue C M Y K H S L
Decimal 207 48 1 0 0.77 1.00 0.19 13.69 0.99 0.41
Hex CF 30 1 0 4D 64 13 E 63 29
Octal 317 60 1 0 115 144 23 16 143 51
Binary 11001111 110000 1 0 1001101 1100100 10011 1110 1100011 101001

Color Harmonies of #CF3001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3001

Black with #CF3001

Text Example


Text Example

White with #CF3001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3001; }

 p { color: rgb(207,48,1); }

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

background-color css

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

 a { background-color: rgb(207,48,1); }

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

border-color css

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

 span { border-color: rgb(207,48,1); }

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