Html Css Color HEX #CB3315 Harley Davidson Orange

📋 copy color: '#CB3315'

red 203 ◦ green 51 ◦ blue 21

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

Shades of Harley Davidson Orange #CB3315

Tints of Harley Davidson Orange #CB3315

RGB

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

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

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

R = 73.82%
G = 18.55%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB3315 (or 0xCB3315) is known color: Harley Davidson Orange. HEX triplet: CB, 33 and 15. RGB value is (203,51,21). Sum of RGB (Red+Green+Blue) = 203+51+21=275 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.82% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3315 is #34CCEA. Grayscale: #5D5D5D. Windows color (decimal): -3460331 or 1389515. OLE color: 1389515.

HSL color Cylindrical-coordinate representation of color #CB3315: hue angle of 9.89º 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 #CB3315 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 51 21 -
CMYK 0 0.75 0.90 0.20
HSL 9.89º 0.81% 0.44% -
HSV(B) 9.89º 0.9% 0.8% -
XYZ 25.95 15.12 2.26 -
YUV 93.03 87.36 206.44 -
System Red Green Blue C M Y K H S L
Decimal 203 51 21 0 0.75 0.90 0.20 9.89 0.81 0.44
Hex CB 33 15 0 4B 5A 14 A 51 2C
Octal 313 63 25 0 113 132 24 12 121 54
Binary 11001011 110011 10101 0 1001011 1011010 10100 1010 1010001 101100

Color Harmonies of #CB3315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3315

Black with #CB3315

Text Example


Text Example

White with #CB3315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3315; }

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

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

background-color css

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

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

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

border-color css

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

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

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