Html Css Color HEX #CF310B Harley Davidson Orange

📋 copy color: '#CF310B'

red 207 ◦ green 49 ◦ blue 11

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

Shades of Harley Davidson Orange #CF310B

Tints of Harley Davidson Orange #CF310B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.12%

R = 77.53%
G = 18.35%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF310B (or 0xCF310B) is known color: Harley Davidson Orange. HEX triplet: CF, 31 and 0B. RGB value is (207,49,11). Sum of RGB (Red+Green+Blue) = 207+49+11=267 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.53% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 207 - color contains mainly: red. Hex color #CF310B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF310B is #30CEF4. Grayscale: #5C5C5C. Windows color (decimal): -3198709 or 733647. OLE color: 733647.

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

Color convert

RGB 207 49 11 -
CMYK 0 0.76 0.95 0.19
HSL 11.63º 0.9% 0.43% -
HSV(B) 11.63º 0.95% 0.81% -
XYZ 26.89 15.49 1.89 -
YUV 91.91 82.35 210.09 -
System Red Green Blue C M Y K H S L
Decimal 207 49 11 0 0.76 0.95 0.19 11.63 0.9 0.43
Hex CF 31 B 0 4C 5F 13 C 5A 2B
Octal 317 61 13 0 114 137 23 14 132 53
Binary 11001111 110001 1011 0 1001100 1011111 10011 1100 1011010 101011

Color Harmonies of #CF310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF310B

Black with #CF310B

Text Example


Text Example

White with #CF310B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF310B; }

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

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

background-color css

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

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

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

border-color css

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

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

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