Html Css Color HEX #C33001 Harley Davidson Orange

📋 copy color: '#C33001'

red 195 ◦ green 48 ◦ blue 1

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

Shades of Harley Davidson Orange #C33001

Tints of Harley Davidson Orange #C33001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 79.92%
G = 19.67%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C33001 (or 0xC33001) is known color: Harley Davidson Orange. HEX triplet: C3, 30 and 01. RGB value is (195,48,1). Sum of RGB (Red+Green+Blue) = 195+48+1=244 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.92% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 195 - color contains mainly: red. Hex color #C33001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33001 is #3CCFFE. Grayscale: #565656. Windows color (decimal): -3985407 or 78019. OLE color: 78019.

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

Color convert

RGB 195 48 1 -
CMYK 0 0.75 0.99 0.24
HSL 14.54º 0.99% 0.38% -
HSV(B) 14.54º 0.99% 0.76% -
XYZ 23.57 13.72 1.43 -
YUV 86.6 79.7 205.32 -
System Red Green Blue C M Y K H S L
Decimal 195 48 1 0 0.75 0.99 0.24 14.54 0.99 0.38
Hex C3 30 1 0 4B 63 18 F 63 26
Octal 303 60 1 0 113 143 30 17 143 46
Binary 11000011 110000 1 0 1001011 1100011 11000 1111 1100011 100110

Color Harmonies of #C33001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33001

Black with #C33001

Text Example


Text Example

White with #C33001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33001; }

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

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

background-color css

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

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

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

border-color css

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

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

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