Html Css Color HEX #C33300 Harley Davidson Orange

📋 copy color: '#C33300'

red 195 ◦ green 51 ◦ blue 0

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

Shades of Harley Davidson Orange #C33300

Tints of Harley Davidson Orange #C33300

RGB

 RED value IS 195 (76.56% from 255) = 79.27%

 GREEN value IS 51 (20.31% from 255) = 20.73%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.27%
G = 20.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C33300 (or 0xC33300) is known color: Harley Davidson Orange. HEX triplet: C3, 33 and 00. RGB value is (195,51,0). Sum of RGB (Red+Green+Blue) = 195+51+0=246 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.27% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 195 - color contains mainly: red. Hex color #C33300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33300 is #3CCCFF. Grayscale: #585858. Windows color (decimal): -3984640 or 13251. OLE color: 13251.

HSL color Cylindrical-coordinate representation of color #C33300: hue angle of 15.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C33300 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 51 0 -
CMYK 0 0.74 1 0.24
HSL 15.69º 1% 0.38% -
HSV(B) 15.69º 1% 0.76% -
XYZ 23.69 13.97 1.45 -
YUV 88.24 78.21 204.15 -
System Red Green Blue C M Y K H S L
Decimal 195 51 0 0 0.74 1 0.24 15.69 1 0.38
Hex C3 33 0 0 4A 64 18 10 64 26
Octal 303 63 0 0 112 144 30 20 144 46
Binary 11000011 110011 0 0 1001010 1100100 11000 10000 1100100 100110

Color Harmonies of #C33300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33300

Black with #C33300

Text Example


Text Example

White with #C33300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33300; }

 p { color: rgb(195,51,0); }

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

background-color css

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

 a { background-color: rgb(195,51,0); }

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

border-color css

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

 span { border-color: rgb(195,51,0); }

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