Html Css Color HEX #CF3513 Harley Davidson Orange

📋 copy color: '#CF3513'

red 207 ◦ green 53 ◦ blue 19

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

Shades of Harley Davidson Orange #CF3513

Tints of Harley Davidson Orange #CF3513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19%

 BLUE value IS 19 (7.81% from 255) = 6.81%

R = 74.19%
G = 19%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF3513 (or 0xCF3513) is known color: Harley Davidson Orange. HEX triplet: CF, 35 and 13. RGB value is (207,53,19). Sum of RGB (Red+Green+Blue) = 207+53+19=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3513 is #30CAEC. Grayscale: #5F5F5F. Windows color (decimal): -3197677 or 1258959. OLE color: 1258959.

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

Color convert

RGB 207 53 19 -
CMYK 0 0.74 0.91 0.19
HSL 10.85º 0.83% 0.44% -
HSV(B) 10.85º 0.91% 0.81% -
XYZ 27.12 15.86 2.25 -
YUV 95.17 85.02 207.76 -
System Red Green Blue C M Y K H S L
Decimal 207 53 19 0 0.74 0.91 0.19 10.85 0.83 0.44
Hex CF 35 13 0 4A 5B 13 B 53 2C
Octal 317 65 23 0 112 133 23 13 123 54
Binary 11001111 110101 10011 0 1001010 1011011 10011 1011 1010011 101100

Color Harmonies of #CF3513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3513

Black with #CF3513

Text Example


Text Example

White with #CF3513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3513; }

 p { color: rgb(207,53,19); }

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

background-color css

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

 a { background-color: rgb(207,53,19); }

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

border-color css

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

 span { border-color: rgb(207,53,19); }

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