Html Css Color HEX #CF211B Harley Davidson Orange

📋 copy color: '#CF211B'

red 207 ◦ green 33 ◦ blue 27

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

Shades of Harley Davidson Orange #CF211B

Tints of Harley Davidson Orange #CF211B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.36%

 BLUE value IS 27 (10.94% from 255) = 10.11%

R = 77.53%
G = 12.36%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF211B (or 0xCF211B) is known color: Harley Davidson Orange. HEX triplet: CF, 21 and 1B. RGB value is (207,33,27). Sum of RGB (Red+Green+Blue) = 207+33+27=267 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.53% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 207 - color contains mainly: red. Hex color #CF211B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF211B is #30DEE4. Grayscale: #545454. Windows color (decimal): -3202789 or 1778127. OLE color: 1778127.

HSL color Cylindrical-coordinate representation of color #CF211B: hue angle of 2º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF211B is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 33 27 -
CMYK 0 0.84 0.87 0.19
HSL 0.77% 0.46% -
HSV(B) 0.87% 0.81% -
XYZ 26.47 14.43 2.43 -
YUV 84.34 95.65 215.49 -
System Red Green Blue C M Y K H S L
Decimal 207 33 27 0 0.84 0.87 0.19 2 0.77 0.46
Hex CF 21 1B 0 54 57 13 2 4D 2E
Octal 317 41 33 0 124 127 23 2 115 56
Binary 11001111 100001 11011 0 1010100 1010111 10011 10 1001101 101110

Color Harmonies of #CF211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF211B

Black with #CF211B

Text Example


Text Example

White with #CF211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF211B; }

 p { color: rgb(207,33,27); }

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

background-color css

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

 a { background-color: rgb(207,33,27); }

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

border-color css

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

 span { border-color: rgb(207,33,27); }

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