Html Css Color HEX #C33003 Harley Davidson Orange

📋 copy color: '#C33003'

red 195 ◦ green 48 ◦ blue 3

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

Shades of Harley Davidson Orange #C33003

Tints of Harley Davidson Orange #C33003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.22%

R = 79.27%
G = 19.51%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C33003 (or 0xC33003) is known color: Harley Davidson Orange. HEX triplet: C3, 30 and 03. RGB value is (195,48,3). Sum of RGB (Red+Green+Blue) = 195+48+3=246 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.27% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 195 - color contains mainly: red. Hex color #C33003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33003 is #3CCFFC. Grayscale: #575757. Windows color (decimal): -3985405 or 209091. OLE color: 209091.

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

Color convert

RGB 195 48 3 -
CMYK 0 0.75 0.98 0.24
HSL 14.06º 0.97% 0.39% -
HSV(B) 14.06º 0.98% 0.76% -
XYZ 23.58 13.72 1.49 -
YUV 86.82 80.7 205.16 -
System Red Green Blue C M Y K H S L
Decimal 195 48 3 0 0.75 0.98 0.24 14.06 0.97 0.39
Hex C3 30 3 0 4B 62 18 E 61 27
Octal 303 60 3 0 113 142 30 16 141 47
Binary 11000011 110000 11 0 1001011 1100010 11000 1110 1100001 100111

Color Harmonies of #C33003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33003

Black with #C33003

Text Example


Text Example

White with #C33003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33003; }

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

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

background-color css

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

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

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

border-color css

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

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

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