Html Css Color HEX #C33319 Harley Davidson Orange

📋 copy color: '#C33319'

red 195 ◦ green 51 ◦ blue 25

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

Shades of Harley Davidson Orange #C33319

Tints of Harley Davidson Orange #C33319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.23%

R = 71.96%
G = 18.82%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C33319 (or 0xC33319) is known color: Harley Davidson Orange. HEX triplet: C3, 33 and 19. RGB value is (195,51,25). Sum of RGB (Red+Green+Blue) = 195+51+25=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C33319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33319 is #3CCCE6. Grayscale: #5B5B5B. Windows color (decimal): -3984615 or 1651651. OLE color: 1651651.

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

Color convert

RGB 195 51 25 -
CMYK 0 0.74 0.87 0.24
HSL 9.18º 0.77% 0.43% -
HSV(B) 9.18º 0.87% 0.76% -
XYZ 23.86 14.04 2.37 -
YUV 91.09 90.71 202.11 -
System Red Green Blue C M Y K H S L
Decimal 195 51 25 0 0.74 0.87 0.24 9.18 0.77 0.43
Hex C3 33 19 0 4A 57 18 9 4D 2B
Octal 303 63 31 0 112 127 30 11 115 53
Binary 11000011 110011 11001 0 1001010 1010111 11000 1001 1001101 101011

Color Harmonies of #C33319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33319

Black with #C33319

Text Example


Text Example

White with #C33319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33319; }

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

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

background-color css

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

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

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

border-color css

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

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

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