Html Css Color HEX #CF311F Harley Davidson Orange

📋 copy color: '#CF311F'

red 207 ◦ green 49 ◦ blue 31

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

Shades of Harley Davidson Orange #CF311F

Tints of Harley Davidson Orange #CF311F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.07%

 BLUE value IS 31 (12.5% from 255) = 10.8%

R = 72.13%
G = 17.07%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF311F (or 0xCF311F) is known color: Harley Davidson Orange. HEX triplet: CF, 31 and 1F. RGB value is (207,49,31). Sum of RGB (Red+Green+Blue) = 207+49+31=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF311F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF311F is #30CEE0. Grayscale: #5E5E5E. Windows color (decimal): -3198689 or 2044367. OLE color: 2044367.

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

Color convert

RGB 207 49 31 -
CMYK 0 0.76 0.85 0.19
HSL 6.14º 0.74% 0.47% -
HSV(B) 6.14º 0.85% 0.81% -
XYZ 27.08 15.56 2.87 -
YUV 94.19 92.35 208.46 -
System Red Green Blue C M Y K H S L
Decimal 207 49 31 0 0.76 0.85 0.19 6.14 0.74 0.47
Hex CF 31 1F 0 4C 55 13 6 4A 2F
Octal 317 61 37 0 114 125 23 6 112 57
Binary 11001111 110001 11111 0 1001100 1010101 10011 110 1001010 101111

Color Harmonies of #CF311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF311F

Black with #CF311F

Text Example


Text Example

White with #CF311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF311F; }

 p { color: rgb(207,49,31); }

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

background-color css

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

 a { background-color: rgb(207,49,31); }

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

border-color css

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

 span { border-color: rgb(207,49,31); }

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