Html Css Color HEX #CF410F Harley Davidson Orange

📋 copy color: '#CF410F'

red 207 ◦ green 65 ◦ blue 15

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

Shades of Harley Davidson Orange #CF410F

Tints of Harley Davidson Orange #CF410F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.65%

 BLUE value IS 15 (6.25% from 255) = 5.23%

R = 72.13%
G = 22.65%
B = 5.23%

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

#CF410F (or 0xCF410F) is known color: Harley Davidson Orange. HEX triplet: CF, 41 and 0F. RGB value is (207,65,15). Sum of RGB (Red+Green+Blue) = 207+65+15=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF410F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF410F is #30BEF0. Grayscale: #666666. Windows color (decimal): -3194609 or 999887. OLE color: 999887.

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

Color convert

RGB 207 65 15 -
CMYK 0 0.69 0.93 0.19
HSL 15.63º 0.86% 0.44% -
HSV(B) 15.63º 0.93% 0.81% -
XYZ 27.71 17.08 2.29 -
YUV 101.76 79.04 203.07 -
System Red Green Blue C M Y K H S L
Decimal 207 65 15 0 0.69 0.93 0.19 15.63 0.86 0.44
Hex CF 41 F 0 45 5D 13 10 56 2C
Octal 317 101 17 0 105 135 23 20 126 54
Binary 11001111 1000001 1111 0 1000101 1011101 10011 10000 1010110 101100

Color Harmonies of #CF410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF410F

Black with #CF410F

Text Example


Text Example

White with #CF410F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF410F; }

 p { color: rgb(207,65,15); }

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

background-color css

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

 a { background-color: rgb(207,65,15); }

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

border-color css

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

 span { border-color: rgb(207,65,15); }

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