Html Css Color HEX #CB251D Harley Davidson Orange

📋 copy color: '#CB251D'

red 203 ◦ green 37 ◦ blue 29

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

Shades of Harley Davidson Orange #CB251D

Tints of Harley Davidson Orange #CB251D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.75%

 BLUE value IS 29 (11.72% from 255) = 10.78%

R = 75.46%
G = 13.75%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB251D (or 0xCB251D) is known color: Harley Davidson Orange. HEX triplet: CB, 25 and 1D. RGB value is (203,37,29). Sum of RGB (Red+Green+Blue) = 203+37+29=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB251D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB251D is #34DAE2. Grayscale: #555555. Windows color (decimal): -3463907 or 1910219. OLE color: 1910219.

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

Color convert

RGB 203 37 29 -
CMYK 0 0.82 0.86 0.20
HSL 2.76º 0.75% 0.45% -
HSV(B) 2.76º 0.86% 0.8% -
XYZ 25.51 14.11 2.54 -
YUV 85.72 96 211.65 -
System Red Green Blue C M Y K H S L
Decimal 203 37 29 0 0.82 0.86 0.20 2.76 0.75 0.45
Hex CB 25 1D 0 52 56 14 3 4B 2D
Octal 313 45 35 0 122 126 24 3 113 55
Binary 11001011 100101 11101 0 1010010 1010110 10100 11 1001011 101101

Color Harmonies of #CB251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB251D

Black with #CB251D

Text Example


Text Example

White with #CB251D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB251D; }

 p { color: rgb(203,37,29); }

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

background-color css

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

 a { background-color: rgb(203,37,29); }

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

border-color css

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

 span { border-color: rgb(203,37,29); }

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