Html Css Color HEX #CB241E Harley Davidson Orange

📋 copy color: '#CB241E'

red 203 ◦ green 36 ◦ blue 30

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

Shades of Harley Davidson Orange #CB241E

Tints of Harley Davidson Orange #CB241E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.38%

 BLUE value IS 30 (12.11% from 255) = 11.15%

R = 75.46%
G = 13.38%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB241E (or 0xCB241E) is known color: Harley Davidson Orange. HEX triplet: CB, 24 and 1E. RGB value is (203,36,30). Sum of RGB (Red+Green+Blue) = 203+36+30=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB241E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB241E is #34DBE1. Grayscale: #555555. Windows color (decimal): -3464162 or 1975499. OLE color: 1975499.

HSL color Cylindrical-coordinate representation of color #CB241E: hue angle of 2.08º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB241E is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 36 30 -
CMYK 0 0.82 0.85 0.20
HSL 2.08º 0.74% 0.46% -
HSV(B) 2.08º 0.85% 0.8% -
XYZ 25.49 14.05 2.6 -
YUV 85.25 96.83 211.99 -
System Red Green Blue C M Y K H S L
Decimal 203 36 30 0 0.82 0.85 0.20 2.08 0.74 0.46
Hex CB 24 1E 0 52 55 14 2 4A 2E
Octal 313 44 36 0 122 125 24 2 112 56
Binary 11001011 100100 11110 0 1010010 1010101 10100 10 1001010 101110

Color Harmonies of #CB241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB241E

Black with #CB241E

Text Example


Text Example

White with #CB241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB241E; }

 p { color: rgb(203,36,30); }

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

background-color css

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

 a { background-color: rgb(203,36,30); }

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

border-color css

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

 span { border-color: rgb(203,36,30); }

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