Html Css Color HEX #CB2315 Harley Davidson Orange

📋 copy color: '#CB2315'

red 203 ◦ green 35 ◦ blue 21

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

Shades of Harley Davidson Orange #CB2315

Tints of Harley Davidson Orange #CB2315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.51%

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

R = 78.38%
G = 13.51%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB2315 (or 0xCB2315) is known color: Harley Davidson Orange. HEX triplet: CB, 23 and 15. RGB value is (203,35,21). Sum of RGB (Red+Green+Blue) = 203+35+21=259 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.38% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2315 is #34DCEA. Grayscale: #535353. Windows color (decimal): -3464427 or 1385419. OLE color: 1385419.

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

Color convert

RGB 203 35 21 -
CMYK 0 0.83 0.90 0.20
HSL 4.62º 0.81% 0.44% -
HSV(B) 4.62º 0.9% 0.8% -
XYZ 25.36 13.95 2.07 -
YUV 83.64 92.66 213.14 -
System Red Green Blue C M Y K H S L
Decimal 203 35 21 0 0.83 0.90 0.20 4.62 0.81 0.44
Hex CB 23 15 0 53 5A 14 5 51 2C
Octal 313 43 25 0 123 132 24 5 121 54
Binary 11001011 100011 10101 0 1010011 1011010 10100 101 1010001 101100

Color Harmonies of #CB2315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2315

Black with #CB2315

Text Example


Text Example

White with #CB2315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2315; }

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

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

background-color css

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

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

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

border-color css

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

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

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