Html Css Color HEX #CF390E Harley Davidson Orange

📋 copy color: '#CF390E'

red 207 ◦ green 57 ◦ blue 14

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

Shades of Harley Davidson Orange #CF390E

Tints of Harley Davidson Orange #CF390E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.5%

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

R = 74.46%
G = 20.5%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF390E (or 0xCF390E) is known color: Harley Davidson Orange. HEX triplet: CF, 39 and 0E. RGB value is (207,57,14). Sum of RGB (Red+Green+Blue) = 207+57+14=278 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.46% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 207 - color contains mainly: red. Hex color #CF390E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF390E is #30C6F1. Grayscale: #616161. Windows color (decimal): -3196658 or 932303. OLE color: 932303.

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

Color convert

RGB 207 57 14 -
CMYK 0 0.72 0.93 0.19
HSL 13.37º 0.87% 0.43% -
HSV(B) 13.37º 0.93% 0.81% -
XYZ 27.27 16.22 2.11 -
YUV 96.95 81.2 206.5 -
System Red Green Blue C M Y K H S L
Decimal 207 57 14 0 0.72 0.93 0.19 13.37 0.87 0.43
Hex CF 39 E 0 48 5D 13 D 57 2B
Octal 317 71 16 0 110 135 23 15 127 53
Binary 11001111 111001 1110 0 1001000 1011101 10011 1101 1010111 101011

Color Harmonies of #CF390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF390E

Black with #CF390E

Text Example


Text Example

White with #CF390E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF390E; }

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

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

background-color css

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

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

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

border-color css

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

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

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