Html Css Color HEX #CB3520 Harley Davidson Orange

📋 copy color: '#CB3520'

red 203 ◦ green 53 ◦ blue 32

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

Shades of Harley Davidson Orange #CB3520

Tints of Harley Davidson Orange #CB3520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.4%

 BLUE value IS 32 (12.89% from 255) = 11.11%

R = 70.49%
G = 18.4%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB3520 (or 0xCB3520) is known color: Harley Davidson Orange. HEX triplet: CB, 35 and 20. RGB value is (203,53,32). Sum of RGB (Red+Green+Blue) = 203+53+32=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3520 is #34CADF. Grayscale: #5F5F5F. Windows color (decimal): -3459808 or 2110923. OLE color: 2110923.

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

Color convert

RGB 203 53 32 -
CMYK 0 0.74 0.84 0.20
HSL 7.37º 0.73% 0.46% -
HSV(B) 7.37º 0.84% 0.8% -
XYZ 26.16 15.35 2.95 -
YUV 95.46 92.2 204.71 -
System Red Green Blue C M Y K H S L
Decimal 203 53 32 0 0.74 0.84 0.20 7.37 0.73 0.46
Hex CB 35 20 0 4A 54 14 7 49 2E
Octal 313 65 40 0 112 124 24 7 111 56
Binary 11001011 110101 100000 0 1001010 1010100 10100 111 1001001 101110

Color Harmonies of #CB3520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3520

Black with #CB3520

Text Example


Text Example

White with #CB3520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3520; }

 p { color: rgb(203,53,32); }

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

background-color css

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

 a { background-color: rgb(203,53,32); }

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

border-color css

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

 span { border-color: rgb(203,53,32); }

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