Html Css Color HEX #CB3002 Harley Davidson Orange

📋 copy color: '#CB3002'

red 203 ◦ green 48 ◦ blue 2

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

Shades of Harley Davidson Orange #CB3002

Tints of Harley Davidson Orange #CB3002

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.97%

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 80.24%
G = 18.97%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB3002 (or 0xCB3002) is known color: Harley Davidson Orange. HEX triplet: CB, 30 and 02. RGB value is (203,48,2). Sum of RGB (Red+Green+Blue) = 203+48+2=253 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.24% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3002 is #34CFFD. Grayscale: #595959. Windows color (decimal): -3461118 or 143563. OLE color: 143563.

HSL color Cylindrical-coordinate representation of color #CB3002: hue angle of 13.73º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB3002 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 48 2 -
CMYK 0 0.76 0.99 0.20
HSL 13.73º 0.98% 0.4% -
HSV(B) 13.73º 0.99% 0.8% -
XYZ 25.7 14.81 1.56 -
YUV 89.1 78.85 209.24 -
System Red Green Blue C M Y K H S L
Decimal 203 48 2 0 0.76 0.99 0.20 13.73 0.98 0.4
Hex CB 30 2 0 4C 63 14 E 62 28
Octal 313 60 2 0 114 143 24 16 142 50
Binary 11001011 110000 10 0 1001100 1100011 10100 1110 1100010 101000

Color Harmonies of #CB3002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3002

Black with #CB3002

Text Example


Text Example

White with #CB3002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3002; }

 p { color: rgb(203,48,2); }

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

background-color css

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

 a { background-color: rgb(203,48,2); }

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

border-color css

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

 span { border-color: rgb(203,48,2); }

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