Html Css Color HEX #CF401D Harley Davidson Orange

📋 copy color: '#CF401D'

red 207 ◦ green 64 ◦ blue 29

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

Shades of Harley Davidson Orange #CF401D

Tints of Harley Davidson Orange #CF401D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.67%

R = 69%
G = 21.33%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF401D (or 0xCF401D) is known color: Harley Davidson Orange. HEX triplet: CF, 40 and 1D. RGB value is (207,64,29). Sum of RGB (Red+Green+Blue) = 207+64+29=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF401D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF401D is #30BFE2. Grayscale: #676767. Windows color (decimal): -3194851 or 1917135. OLE color: 1917135.

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

Color convert

RGB 207 64 29 -
CMYK 0 0.69 0.86 0.19
HSL 11.8º 0.75% 0.46% -
HSV(B) 11.8º 0.86% 0.81% -
XYZ 27.79 17.02 2.98 -
YUV 102.77 86.38 202.35 -
System Red Green Blue C M Y K H S L
Decimal 207 64 29 0 0.69 0.86 0.19 11.8 0.75 0.46
Hex CF 40 1D 0 45 56 13 C 4B 2E
Octal 317 100 35 0 105 126 23 14 113 56
Binary 11001111 1000000 11101 0 1000101 1010110 10011 1100 1001011 101110

Color Harmonies of #CF401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF401D

Black with #CF401D

Text Example


Text Example

White with #CF401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF401D; }

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

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

background-color css

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

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

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

border-color css

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

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

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