Html Css Color HEX #CF390F Harley Davidson Orange

📋 copy color: '#CF390F'

red 207 ◦ green 57 ◦ blue 15

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

Shades of Harley Davidson Orange #CF390F

Tints of Harley Davidson Orange #CF390F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.38%

R = 74.19%
G = 20.43%
B = 5.38%

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

#CF390F (or 0xCF390F) is known color: Harley Davidson Orange. HEX triplet: CF, 39 and 0F. RGB value is (207,57,15). Sum of RGB (Red+Green+Blue) = 207+57+15=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF390F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF390F is #30C6F0. Grayscale: #616161. Windows color (decimal): -3196657 or 997839. OLE color: 997839.

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

Color convert

RGB 207 57 15 -
CMYK 0 0.72 0.93 0.19
HSL 13.13º 0.86% 0.44% -
HSV(B) 13.13º 0.93% 0.81% -
XYZ 27.28 16.23 2.15 -
YUV 97.06 81.7 206.42 -
System Red Green Blue C M Y K H S L
Decimal 207 57 15 0 0.72 0.93 0.19 13.13 0.86 0.44
Hex CF 39 F 0 48 5D 13 D 56 2C
Octal 317 71 17 0 110 135 23 15 126 54
Binary 11001111 111001 1111 0 1001000 1011101 10011 1101 1010110 101100

Color Harmonies of #CF390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF390F

Black with #CF390F

Text Example


Text Example

White with #CF390F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF390F; }

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

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

background-color css

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

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

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

border-color css

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

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

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