Html Css Color HEX #C33009 Harley Davidson Orange

📋 copy color: '#C33009'

red 195 ◦ green 48 ◦ blue 9

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

Shades of Harley Davidson Orange #C33009

Tints of Harley Davidson Orange #C33009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.57%

R = 77.38%
G = 19.05%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C33009 (or 0xC33009) is known color: Harley Davidson Orange. HEX triplet: C3, 30 and 09. RGB value is (195,48,9). Sum of RGB (Red+Green+Blue) = 195+48+9=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C33009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33009 is #3CCFF6. Grayscale: #575757. Windows color (decimal): -3985399 or 602307. OLE color: 602307.

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

Color convert

RGB 195 48 9 -
CMYK 0 0.75 0.95 0.24
HSL 12.58º 0.91% 0.4% -
HSV(B) 12.58º 0.95% 0.76% -
XYZ 23.61 13.74 1.67 -
YUV 87.51 83.7 204.67 -
System Red Green Blue C M Y K H S L
Decimal 195 48 9 0 0.75 0.95 0.24 12.58 0.91 0.4
Hex C3 30 9 0 4B 5F 18 D 5B 28
Octal 303 60 11 0 113 137 30 15 133 50
Binary 11000011 110000 1001 0 1001011 1011111 11000 1101 1011011 101000

Color Harmonies of #C33009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33009

Black with #C33009

Text Example


Text Example

White with #C33009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33009; }

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

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

background-color css

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

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

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

border-color css

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

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

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