Html Css Color HEX #CF3714 Harley Davidson Orange

📋 copy color: '#CF3714'

red 207 ◦ green 55 ◦ blue 20

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

Shades of Harley Davidson Orange #CF3714

Tints of Harley Davidson Orange #CF3714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.5%

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

R = 73.4%
G = 19.5%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF3714 (or 0xCF3714) is known color: Harley Davidson Orange. HEX triplet: CF, 37 and 14. RGB value is (207,55,20). Sum of RGB (Red+Green+Blue) = 207+55+20=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3714 is #30C8EB. Grayscale: #606060. Windows color (decimal): -3197164 or 1325007. OLE color: 1325007.

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

Color convert

RGB 207 55 20 -
CMYK 0 0.73 0.90 0.19
HSL 11.23º 0.82% 0.45% -
HSV(B) 11.23º 0.9% 0.81% -
XYZ 27.22 16.05 2.32 -
YUV 96.46 84.86 206.85 -
System Red Green Blue C M Y K H S L
Decimal 207 55 20 0 0.73 0.90 0.19 11.23 0.82 0.45
Hex CF 37 14 0 49 5A 13 B 52 2D
Octal 317 67 24 0 111 132 23 13 122 55
Binary 11001111 110111 10100 0 1001001 1011010 10011 1011 1010010 101101

Color Harmonies of #CF3714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3714

Black with #CF3714

Text Example


Text Example

White with #CF3714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3714; }

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

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

background-color css

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

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

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

border-color css

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

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

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