Html Css Color HEX #CB3121 Harley Davidson Orange

📋 copy color: '#CB3121'

red 203 ◦ green 49 ◦ blue 33

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

Shades of Harley Davidson Orange #CB3121

Tints of Harley Davidson Orange #CB3121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.19%

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

R = 71.23%
G = 17.19%
B = 11.58%

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

#CB3121 (or 0xCB3121) is known color: Harley Davidson Orange. HEX triplet: CB, 31 and 21. RGB value is (203,49,33). Sum of RGB (Red+Green+Blue) = 203+49+33=285 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.23% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3121 is #34CEDE. Grayscale: #5D5D5D. Windows color (decimal): -3460831 or 2175435. OLE color: 2175435.

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

Color convert

RGB 203 49 33 -
CMYK 0 0.76 0.84 0.20
HSL 5.65º 0.72% 0.46% -
HSV(B) 5.65º 0.84% 0.8% -
XYZ 26 15 2.96 -
YUV 93.22 94.02 206.3 -
System Red Green Blue C M Y K H S L
Decimal 203 49 33 0 0.76 0.84 0.20 5.65 0.72 0.46
Hex CB 31 21 0 4C 54 14 6 48 2E
Octal 313 61 41 0 114 124 24 6 110 56
Binary 11001011 110001 100001 0 1001100 1010100 10100 110 1001000 101110

Color Harmonies of #CB3121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3121

Black with #CB3121

Text Example


Text Example

White with #CB3121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3121; }

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

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

background-color css

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

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

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

border-color css

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

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

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