Html Css Color HEX #CB471E Harley Davidson Orange

📋 copy color: '#CB471E'

red 203 ◦ green 71 ◦ blue 30

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

Shades of Harley Davidson Orange #CB471E

Tints of Harley Davidson Orange #CB471E

RGB

 RED value IS 203 (79.69% from 255) = 66.78%

 GREEN value IS 71 (28.13% from 255) = 23.36%

 BLUE value IS 30 (12.11% from 255) = 9.87%

R = 66.78%
G = 23.36%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB471E (or 0xCB471E) is known color: Harley Davidson Orange. HEX triplet: CB, 47 and 1E. RGB value is (203,71,30). Sum of RGB (Red+Green+Blue) = 203+71+30=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB471E is #34B8E1. Grayscale: #6A6A6A. Windows color (decimal): -3455202 or 1984459. OLE color: 1984459.

HSL color Cylindrical-coordinate representation of color #CB471E: hue angle of 14.22º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB471E is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 71 30 -
CMYK 0 0.65 0.85 0.20
HSL 14.22º 0.74% 0.46% -
HSV(B) 14.22º 0.85% 0.8% -
XYZ 27.12 17.3 3.14 -
YUV 105.79 85.23 197.33 -
System Red Green Blue C M Y K H S L
Decimal 203 71 30 0 0.65 0.85 0.20 14.22 0.74 0.46
Hex CB 47 1E 0 41 55 14 E 4A 2E
Octal 313 107 36 0 101 125 24 16 112 56
Binary 11001011 1000111 11110 0 1000001 1010101 10100 1110 1001010 101110

Color Harmonies of #CB471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB471E

Black with #CB471E

Text Example


Text Example

White with #CB471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB471E; }

 p { color: rgb(203,71,30); }

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

background-color css

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

 a { background-color: rgb(203,71,30); }

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

border-color css

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

 span { border-color: rgb(203,71,30); }

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