Html Css Color HEX #C33402 Harley Davidson Orange

📋 copy color: '#C33402'

red 195 ◦ green 52 ◦ blue 2

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

Shades of Harley Davidson Orange #C33402

Tints of Harley Davidson Orange #C33402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.88%

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

R = 78.31%
G = 20.88%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C33402 (or 0xC33402) is known color: Harley Davidson Orange. HEX triplet: C3, 34 and 02. RGB value is (195,52,2). Sum of RGB (Red+Green+Blue) = 195+52+2=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C33402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33402 is #3CCBFD. Grayscale: #595959. Windows color (decimal): -3984382 or 144579. OLE color: 144579.

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

Color convert

RGB 195 52 2 -
CMYK 0 0.73 0.99 0.24
HSL 15.54º 0.98% 0.39% -
HSV(B) 15.54º 0.99% 0.76% -
XYZ 23.74 14.06 1.52 -
YUV 89.06 78.88 203.57 -
System Red Green Blue C M Y K H S L
Decimal 195 52 2 0 0.73 0.99 0.24 15.54 0.98 0.39
Hex C3 34 2 0 49 63 18 10 62 27
Octal 303 64 2 0 111 143 30 20 142 47
Binary 11000011 110100 10 0 1001001 1100011 11000 10000 1100010 100111

Color Harmonies of #C33402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33402

Black with #C33402

Text Example


Text Example

White with #C33402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33402; }

 p { color: rgb(195,52,2); }

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

background-color css

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

 a { background-color: rgb(195,52,2); }

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

border-color css

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

 span { border-color: rgb(195,52,2); }

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