Html Css Color HEX #CF340E Harley Davidson Orange

📋 copy color: '#CF340E'

red 207 ◦ green 52 ◦ blue 14

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

Shades of Harley Davidson Orange #CF340E

Tints of Harley Davidson Orange #CF340E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.05%

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

R = 75.82%
G = 19.05%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF340E (or 0xCF340E) is known color: Harley Davidson Orange. HEX triplet: CF, 34 and 0E. RGB value is (207,52,14). Sum of RGB (Red+Green+Blue) = 207+52+14=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF340E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF340E is #30CBF1. Grayscale: #5E5E5E. Windows color (decimal): -3197938 or 931023. OLE color: 931023.

HSL color Cylindrical-coordinate representation of color #CF340E: hue angle of 11.81º 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 #CF340E is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 52 14 -
CMYK 0 0.75 0.93 0.19
HSL 11.81º 0.87% 0.43% -
HSV(B) 11.81º 0.93% 0.81% -
XYZ 27.04 15.75 2.03 -
YUV 94.01 82.85 208.59 -
System Red Green Blue C M Y K H S L
Decimal 207 52 14 0 0.75 0.93 0.19 11.81 0.87 0.43
Hex CF 34 E 0 4B 5D 13 C 57 2B
Octal 317 64 16 0 113 135 23 14 127 53
Binary 11001111 110100 1110 0 1001011 1011101 10011 1100 1010111 101011

Color Harmonies of #CF340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF340E

Black with #CF340E

Text Example


Text Example

White with #CF340E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF340E; }

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

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

background-color css

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

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

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

border-color css

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

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

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