Html Css Color HEX #CB4121 Harley Davidson Orange

📋 copy color: '#CB4121'

red 203 ◦ green 65 ◦ blue 33

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

Shades of Harley Davidson Orange #CB4121

Tints of Harley Davidson Orange #CB4121

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.59%

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

R = 67.44%
G = 21.59%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB4121 (or 0xCB4121) is known color: Harley Davidson Orange. HEX triplet: CB, 41 and 21. RGB value is (203,65,33). Sum of RGB (Red+Green+Blue) = 203+65+33=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4121 is #34BEDE. Grayscale: #666666. Windows color (decimal): -3456735 or 2179531. OLE color: 2179531.

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

Color convert

RGB 203 65 33 -
CMYK 0 0.68 0.84 0.20
HSL 11.29º 0.72% 0.46% -
HSV(B) 11.29º 0.84% 0.8% -
XYZ 26.79 16.59 3.23 -
YUV 102.61 88.72 199.6 -
System Red Green Blue C M Y K H S L
Decimal 203 65 33 0 0.68 0.84 0.20 11.29 0.72 0.46
Hex CB 41 21 0 44 54 14 B 48 2E
Octal 313 101 41 0 104 124 24 13 110 56
Binary 11001011 1000001 100001 0 1000100 1010100 10100 1011 1001000 101110

Color Harmonies of #CB4121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4121

Black with #CB4121

Text Example


Text Example

White with #CB4121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4121; }

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

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

background-color css

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

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

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

border-color css

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

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

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