Html Css Color HEX #CB3301 Harley Davidson Orange

📋 copy color: '#CB3301'

red 203 ◦ green 51 ◦ blue 1

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

Shades of Harley Davidson Orange #CB3301

Tints of Harley Davidson Orange #CB3301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 79.61%
G = 20%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CB3301 (or 0xCB3301) is known color: Harley Davidson Orange. HEX triplet: CB, 33 and 01. RGB value is (203,51,1). Sum of RGB (Red+Green+Blue) = 203+51+1=255 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.61% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3301 is #34CCFE. Grayscale: #5B5B5B. Windows color (decimal): -3460351 or 78795. OLE color: 78795.

HSL color Cylindrical-coordinate representation of color #CB3301: hue angle of 14.85º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB3301 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 51 1 -
CMYK 0 0.75 1.00 0.20
HSL 14.85º 0.99% 0.4% -
HSV(B) 14.85º 1% 0.8% -
XYZ 25.82 15.07 1.58 -
YUV 90.75 77.36 208.07 -
System Red Green Blue C M Y K H S L
Decimal 203 51 1 0 0.75 1.00 0.20 14.85 0.99 0.4
Hex CB 33 1 0 4B 64 14 F 63 28
Octal 313 63 1 0 113 144 24 17 143 50
Binary 11001011 110011 1 0 1001011 1100100 10100 1111 1100011 101000

Color Harmonies of #CB3301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3301

Black with #CB3301

Text Example


Text Example

White with #CB3301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3301; }

 p { color: rgb(203,51,1); }

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

background-color css

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

 a { background-color: rgb(203,51,1); }

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

border-color css

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

 span { border-color: rgb(203,51,1); }

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