Html Css Color HEX #CF310E Harley Davidson Orange

📋 copy color: '#CF310E'

red 207 ◦ green 49 ◦ blue 14

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

Shades of Harley Davidson Orange #CF310E

Tints of Harley Davidson Orange #CF310E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.15%

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

R = 76.67%
G = 18.15%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF310E (or 0xCF310E) is known color: Harley Davidson Orange. HEX triplet: CF, 31 and 0E. RGB value is (207,49,14). Sum of RGB (Red+Green+Blue) = 207+49+14=270 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.67% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 207 - color contains mainly: red. Hex color #CF310E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF310E is #30CEF1. Grayscale: #5C5C5C. Windows color (decimal): -3198706 or 930255. OLE color: 930255.

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

Color convert

RGB 207 49 14 -
CMYK 0 0.76 0.93 0.19
HSL 10.88º 0.87% 0.43% -
HSV(B) 10.88º 0.93% 0.81% -
XYZ 26.91 15.49 1.99 -
YUV 92.25 83.85 209.85 -
System Red Green Blue C M Y K H S L
Decimal 207 49 14 0 0.76 0.93 0.19 10.88 0.87 0.43
Hex CF 31 E 0 4C 5D 13 B 57 2B
Octal 317 61 16 0 114 135 23 13 127 53
Binary 11001111 110001 1110 0 1001100 1011101 10011 1011 1010111 101011

Color Harmonies of #CF310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF310E

Black with #CF310E

Text Example


Text Example

White with #CF310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF310E; }

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

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

background-color css

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

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

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

border-color css

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

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

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