Html Css Color HEX #CB4221 Harley Davidson Orange

📋 copy color: '#CB4221'

red 203 ◦ green 66 ◦ blue 33

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

Shades of Harley Davidson Orange #CB4221

Tints of Harley Davidson Orange #CB4221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.85%

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

R = 67.22%
G = 21.85%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB4221 (or 0xCB4221) is known color: Harley Davidson Orange. HEX triplet: CB, 42 and 21. RGB value is (203,66,33). Sum of RGB (Red+Green+Blue) = 203+66+33=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4221 is #34BDDE. Grayscale: #676767. Windows color (decimal): -3456479 or 2179787. OLE color: 2179787.

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

Color convert

RGB 203 66 33 -
CMYK 0 0.67 0.84 0.20
HSL 11.65º 0.72% 0.46% -
HSV(B) 11.65º 0.84% 0.8% -
XYZ 26.85 16.7 3.25 -
YUV 103.2 88.39 199.18 -
System Red Green Blue C M Y K H S L
Decimal 203 66 33 0 0.67 0.84 0.20 11.65 0.72 0.46
Hex CB 42 21 0 43 54 14 C 48 2E
Octal 313 102 41 0 103 124 24 14 110 56
Binary 11001011 1000010 100001 0 1000011 1010100 10100 1100 1001000 101110

Color Harmonies of #CB4221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4221

Black with #CB4221

Text Example


Text Example

White with #CB4221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4221; }

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

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

background-color css

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

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

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

border-color css

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

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

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