Html Css Color HEX #CB4815 Harley Davidson Orange

📋 copy color: '#CB4815'

red 203 ◦ green 72 ◦ blue 21

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

Shades of Harley Davidson Orange #CB4815

Tints of Harley Davidson Orange #CB4815

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.32%

 BLUE value IS 21 (8.59% from 255) = 7.09%

R = 68.58%
G = 24.32%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB4815 (or 0xCB4815) is known color: Harley Davidson Orange. HEX triplet: CB, 48 and 15. RGB value is (203,72,21). Sum of RGB (Red+Green+Blue) = 203+72+21=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4815 is #34B7EA. Grayscale: #696969. Windows color (decimal): -3454955 or 1394891. OLE color: 1394891.

HSL color Cylindrical-coordinate representation of color #CB4815: hue angle of 16.81º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB4815 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 72 21 -
CMYK 0 0.65 0.90 0.20
HSL 16.81º 0.81% 0.44% -
HSV(B) 16.81º 0.9% 0.8% -
XYZ 27.08 17.39 2.64 -
YUV 105.36 80.4 197.65 -
System Red Green Blue C M Y K H S L
Decimal 203 72 21 0 0.65 0.90 0.20 16.81 0.81 0.44
Hex CB 48 15 0 41 5A 14 11 51 2C
Octal 313 110 25 0 101 132 24 21 121 54
Binary 11001011 1001000 10101 0 1000001 1011010 10100 10001 1010001 101100

Color Harmonies of #CB4815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4815

Black with #CB4815

Text Example


Text Example

White with #CB4815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4815; }

 p { color: rgb(203,72,21); }

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

background-color css

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

 a { background-color: rgb(203,72,21); }

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

border-color css

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

 span { border-color: rgb(203,72,21); }

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