Html Css Color HEX #CB2920 Harley Davidson Orange

📋 copy color: '#CB2920'

red 203 ◦ green 41 ◦ blue 32

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

Shades of Harley Davidson Orange #CB2920

Tints of Harley Davidson Orange #CB2920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.86%

 BLUE value IS 32 (12.89% from 255) = 11.59%

R = 73.55%
G = 14.86%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB2920 (or 0xCB2920) is known color: Harley Davidson Orange. HEX triplet: CB, 29 and 20. RGB value is (203,41,32). Sum of RGB (Red+Green+Blue) = 203+41+32=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2920 is #34D6DF. Grayscale: #585858. Windows color (decimal): -3462880 or 2107851. OLE color: 2107851.

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

Color convert

RGB 203 41 32 -
CMYK 0 0.80 0.84 0.20
HSL 3.16º 0.73% 0.46% -
HSV(B) 3.16º 0.84% 0.8% -
XYZ 25.68 14.39 2.79 -
YUV 88.41 96.17 209.73 -
System Red Green Blue C M Y K H S L
Decimal 203 41 32 0 0.80 0.84 0.20 3.16 0.73 0.46
Hex CB 29 20 0 50 54 14 3 49 2E
Octal 313 51 40 0 120 124 24 3 111 56
Binary 11001011 101001 100000 0 1010000 1010100 10100 11 1001001 101110

Color Harmonies of #CB2920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2920

Black with #CB2920

Text Example


Text Example

White with #CB2920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2920; }

 p { color: rgb(203,41,32); }

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

background-color css

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

 a { background-color: rgb(203,41,32); }

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

border-color css

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

 span { border-color: rgb(203,41,32); }

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