Html Css Color HEX #C33005 Harley Davidson Orange

📋 copy color: '#C33005'

red 195 ◦ green 48 ◦ blue 5

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

Shades of Harley Davidson Orange #C33005

Tints of Harley Davidson Orange #C33005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 78.63%
G = 19.35%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C33005 (or 0xC33005) is known color: Harley Davidson Orange. HEX triplet: C3, 30 and 05. RGB value is (195,48,5). Sum of RGB (Red+Green+Blue) = 195+48+5=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C33005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33005 is #3CCFFA. Grayscale: #575757. Windows color (decimal): -3985403 or 340163. OLE color: 340163.

HSL color Cylindrical-coordinate representation of color #C33005: hue angle of 13.58º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C33005 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 48 5 -
CMYK 0 0.75 0.97 0.24
HSL 13.58º 0.95% 0.39% -
HSV(B) 13.58º 0.97% 0.76% -
XYZ 23.59 13.73 1.55 -
YUV 87.05 81.7 205 -
System Red Green Blue C M Y K H S L
Decimal 195 48 5 0 0.75 0.97 0.24 13.58 0.95 0.39
Hex C3 30 5 0 4B 61 18 E 5F 27
Octal 303 60 5 0 113 141 30 16 137 47
Binary 11000011 110000 101 0 1001011 1100001 11000 1110 1011111 100111

Color Harmonies of #C33005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33005

Black with #C33005

Text Example


Text Example

White with #C33005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33005; }

 p { color: rgb(195,48,5); }

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

background-color css

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

 a { background-color: rgb(195,48,5); }

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

border-color css

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

 span { border-color: rgb(195,48,5); }

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