Html Css Color HEX #CF2714 Harley Davidson Orange

📋 copy color: '#CF2714'

red 207 ◦ green 39 ◦ blue 20

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

Shades of Harley Davidson Orange #CF2714

Tints of Harley Davidson Orange #CF2714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.66%

 BLUE value IS 20 (8.2% from 255) = 7.52%

R = 77.82%
G = 14.66%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF2714 (or 0xCF2714) is known color: Harley Davidson Orange. HEX triplet: CF, 27 and 14. RGB value is (207,39,20). Sum of RGB (Red+Green+Blue) = 207+39+20=266 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.82% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2714 is #30D8EB. Grayscale: #575757. Windows color (decimal): -3201260 or 1320911. OLE color: 1320911.

HSL color Cylindrical-coordinate representation of color #CF2714: hue angle of 6.1º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF2714 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 39 20 -
CMYK 0 0.81 0.90 0.19
HSL 6.1º 0.82% 0.45% -
HSV(B) 6.1º 0.9% 0.81% -
XYZ 26.58 14.77 2.11 -
YUV 87.07 90.16 213.54 -
System Red Green Blue C M Y K H S L
Decimal 207 39 20 0 0.81 0.90 0.19 6.1 0.82 0.45
Hex CF 27 14 0 51 5A 13 6 52 2D
Octal 317 47 24 0 121 132 23 6 122 55
Binary 11001111 100111 10100 0 1010001 1011010 10011 110 1010010 101101

Color Harmonies of #CF2714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2714

Black with #CF2714

Text Example


Text Example

White with #CF2714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2714; }

 p { color: rgb(207,39,20); }

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

background-color css

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

 a { background-color: rgb(207,39,20); }

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

border-color css

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

 span { border-color: rgb(207,39,20); }

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