Html Css Color HEX #CB251B Harley Davidson Orange

📋 copy color: '#CB251B'

red 203 ◦ green 37 ◦ blue 27

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

Shades of Harley Davidson Orange #CB251B

Tints of Harley Davidson Orange #CB251B

RGB

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

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

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

R = 76.03%
G = 13.86%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB251B (or 0xCB251B) is known color: Harley Davidson Orange. HEX triplet: CB, 25 and 1B. RGB value is (203,37,27). Sum of RGB (Red+Green+Blue) = 203+37+27=267 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.03% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 203 - color contains mainly: red. Hex color #CB251B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB251B is #34DAE4. Grayscale: #555555. Windows color (decimal): -3463909 or 1779147. OLE color: 1779147.

HSL color Cylindrical-coordinate representation of color #CB251B: hue angle of 3.41º 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 #CB251B is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 37 27 -
CMYK 0 0.82 0.87 0.20
HSL 3.41º 0.77% 0.45% -
HSV(B) 3.41º 0.87% 0.8% -
XYZ 25.49 14.1 2.41 -
YUV 85.49 95 211.81 -
System Red Green Blue C M Y K H S L
Decimal 203 37 27 0 0.82 0.87 0.20 3.41 0.77 0.45
Hex CB 25 1B 0 52 57 14 3 4D 2D
Octal 313 45 33 0 122 127 24 3 115 55
Binary 11001011 100101 11011 0 1010010 1010111 10100 11 1001101 101101

Color Harmonies of #CB251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB251B

Black with #CB251B

Text Example


Text Example

White with #CB251B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB251B; }

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

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

background-color css

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

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

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

border-color css

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

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

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