Html Css Color HEX #CB3021 Harley Davidson Orange

📋 copy color: '#CB3021'

red 203 ◦ green 48 ◦ blue 33

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

Shades of Harley Davidson Orange #CB3021

Tints of Harley Davidson Orange #CB3021

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.9%

 BLUE value IS 33 (13.28% from 255) = 11.62%

R = 71.48%
G = 16.9%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB3021 (or 0xCB3021) is known color: Harley Davidson Orange. HEX triplet: CB, 30 and 21. RGB value is (203,48,33). Sum of RGB (Red+Green+Blue) = 203+48+33=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3021 is #34CFDE. Grayscale: #5C5C5C. Windows color (decimal): -3461087 or 2175179. OLE color: 2175179.

HSL color Cylindrical-coordinate representation of color #CB3021: hue angle of 5.29º degrees, saturation: 0.72, 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 #CB3021 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 48 33 -
CMYK 0 0.76 0.84 0.20
HSL 5.29º 0.72% 0.46% -
HSV(B) 5.29º 0.84% 0.8% -
XYZ 25.96 14.92 2.95 -
YUV 92.64 94.35 206.72 -
System Red Green Blue C M Y K H S L
Decimal 203 48 33 0 0.76 0.84 0.20 5.29 0.72 0.46
Hex CB 30 21 0 4C 54 14 5 48 2E
Octal 313 60 41 0 114 124 24 5 110 56
Binary 11001011 110000 100001 0 1001100 1010100 10100 101 1001000 101110

Color Harmonies of #CB3021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3021

Black with #CB3021

Text Example


Text Example

White with #CB3021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3021; }

 p { color: rgb(203,48,33); }

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

background-color css

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

 a { background-color: rgb(203,48,33); }

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

border-color css

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

 span { border-color: rgb(203,48,33); }

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