Html Css Color HEX #CF4913 Harley Davidson Orange

📋 copy color: '#CF4913'

red 207 ◦ green 73 ◦ blue 19

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

Shades of Harley Davidson Orange #CF4913

Tints of Harley Davidson Orange #CF4913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.41%

 BLUE value IS 19 (7.81% from 255) = 6.35%

R = 69.23%
G = 24.41%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF4913 (or 0xCF4913) is known color: Harley Davidson Orange. HEX triplet: CF, 49 and 13. RGB value is (207,73,19). Sum of RGB (Red+Green+Blue) = 207+73+19=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4913 is #30B6EC. Grayscale: #6B6B6B. Windows color (decimal): -3192557 or 1264079. OLE color: 1264079.

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

Color convert

RGB 207 73 19 -
CMYK 0 0.65 0.91 0.19
HSL 17.23º 0.83% 0.44% -
HSV(B) 17.23º 0.91% 0.81% -
XYZ 28.23 18.08 2.62 -
YUV 106.91 78.39 199.39 -
System Red Green Blue C M Y K H S L
Decimal 207 73 19 0 0.65 0.91 0.19 17.23 0.83 0.44
Hex CF 49 13 0 41 5B 13 11 53 2C
Octal 317 111 23 0 101 133 23 21 123 54
Binary 11001111 1001001 10011 0 1000001 1011011 10011 10001 1010011 101100

Color Harmonies of #CF4913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4913

Black with #CF4913

Text Example


Text Example

White with #CF4913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4913; }

 p { color: rgb(207,73,19); }

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

background-color css

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

 a { background-color: rgb(207,73,19); }

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

border-color css

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

 span { border-color: rgb(207,73,19); }

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