Html Css Color HEX #C33912 Harley Davidson Orange

📋 copy color: '#C33912'

red 195 ◦ green 57 ◦ blue 18

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

Shades of Harley Davidson Orange #C33912

Tints of Harley Davidson Orange #C33912

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.11%

 BLUE value IS 18 (7.42% from 255) = 6.67%

R = 72.22%
G = 21.11%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C33912 (or 0xC33912) is known color: Harley Davidson Orange. HEX triplet: C3, 39 and 12. RGB value is (195,57,18). Sum of RGB (Red+Green+Blue) = 195+57+18=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C33912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33912 is #3CC6ED. Grayscale: #5E5E5E. Windows color (decimal): -3983086 or 1194435. OLE color: 1194435.

HSL color Cylindrical-coordinate representation of color #C33912: hue angle of 13.22º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C33912 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 57 18 -
CMYK 0 0.71 0.91 0.24
HSL 13.22º 0.83% 0.42% -
HSV(B) 13.22º 0.91% 0.76% -
XYZ 24.08 14.57 2.12 -
YUV 93.82 85.22 200.17 -
System Red Green Blue C M Y K H S L
Decimal 195 57 18 0 0.71 0.91 0.24 13.22 0.83 0.42
Hex C3 39 12 0 47 5B 18 D 53 2A
Octal 303 71 22 0 107 133 30 15 123 52
Binary 11000011 111001 10010 0 1000111 1011011 11000 1101 1010011 101010

Color Harmonies of #C33912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33912

Black with #C33912

Text Example


Text Example

White with #C33912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33912; }

 p { color: rgb(195,57,18); }

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

background-color css

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

 a { background-color: rgb(195,57,18); }

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

border-color css

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

 span { border-color: rgb(195,57,18); }

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