Html Css Color HEX #CB221B Harley Davidson Orange

📋 copy color: '#CB221B'

red 203 ◦ green 34 ◦ blue 27

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

Shades of Harley Davidson Orange #CB221B

Tints of Harley Davidson Orange #CB221B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.88%

 BLUE value IS 27 (10.94% from 255) = 10.23%

R = 76.89%
G = 12.88%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB221B (or 0xCB221B) is known color: Harley Davidson Orange. HEX triplet: CB, 22 and 1B. RGB value is (203,34,27). Sum of RGB (Red+Green+Blue) = 203+34+27=264 (34% of max value = 765). Red value is 203 (79.69% from 255 or 76.89% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 203 - color contains mainly: red. Hex color #CB221B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB221B is #34DDE4. Grayscale: #535353. Windows color (decimal): -3464677 or 1778379. OLE color: 1778379.

HSL color Cylindrical-coordinate representation of color #CB221B: hue angle of 2.39º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB221B is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 34 27 -
CMYK 0 0.83 0.87 0.20
HSL 2.39º 0.77% 0.45% -
HSV(B) 2.39º 0.87% 0.8% -
XYZ 25.4 13.92 2.39 -
YUV 83.73 95.99 213.07 -
System Red Green Blue C M Y K H S L
Decimal 203 34 27 0 0.83 0.87 0.20 2.39 0.77 0.45
Hex CB 22 1B 0 53 57 14 2 4D 2D
Octal 313 42 33 0 123 127 24 2 115 55
Binary 11001011 100010 11011 0 1010011 1010111 10100 10 1001101 101101

Color Harmonies of #CB221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB221B

Black with #CB221B

Text Example


Text Example

White with #CB221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB221B; }

 p { color: rgb(203,34,27); }

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

background-color css

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

 a { background-color: rgb(203,34,27); }

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

border-color css

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

 span { border-color: rgb(203,34,27); }

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