Html Css Color HEX #CF400E Harley Davidson Orange

📋 copy color: '#CF400E'

red 207 ◦ green 64 ◦ blue 14

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

Shades of Harley Davidson Orange #CF400E

Tints of Harley Davidson Orange #CF400E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.46%

 BLUE value IS 14 (5.86% from 255) = 4.91%

R = 72.63%
G = 22.46%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF400E (or 0xCF400E) is known color: Harley Davidson Orange. HEX triplet: CF, 40 and 0E. RGB value is (207,64,14). Sum of RGB (Red+Green+Blue) = 207+64+14=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF400E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF400E is #30BFF1. Grayscale: #656565. Windows color (decimal): -3194866 or 934095. OLE color: 934095.

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

Color convert

RGB 207 64 14 -
CMYK 0 0.69 0.93 0.19
HSL 15.54º 0.87% 0.43% -
HSV(B) 15.54º 0.93% 0.81% -
XYZ 27.64 16.96 2.23 -
YUV 101.06 78.88 203.57 -
System Red Green Blue C M Y K H S L
Decimal 207 64 14 0 0.69 0.93 0.19 15.54 0.87 0.43
Hex CF 40 E 0 45 5D 13 10 57 2B
Octal 317 100 16 0 105 135 23 20 127 53
Binary 11001111 1000000 1110 0 1000101 1011101 10011 10000 1010111 101011

Color Harmonies of #CF400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF400E

Black with #CF400E

Text Example


Text Example

White with #CF400E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF400E; }

 p { color: rgb(207,64,14); }

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

background-color css

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

 a { background-color: rgb(207,64,14); }

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

border-color css

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

 span { border-color: rgb(207,64,14); }

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