Html Css Color HEX #CC380D Harley Davidson Orange

📋 copy color: '#CC380D'

red 204 ◦ green 56 ◦ blue 13

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

Shades of Harley Davidson Orange #CC380D

Tints of Harley Davidson Orange #CC380D

RGB

 RED value IS 204 (80.08% from 255) = 74.73%

 GREEN value IS 56 (22.27% from 255) = 20.51%

 BLUE value IS 13 (5.47% from 255) = 4.76%

R = 74.73%
G = 20.51%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC380D (or 0xCC380D) is known color: Harley Davidson Orange. HEX triplet: CC, 38 and 0D. RGB value is (204,56,13). Sum of RGB (Red+Green+Blue) = 204+56+13=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC380D is #33C7F2. Grayscale: #5F5F5F. Windows color (decimal): -3393523 or 866508. OLE color: 866508.

HSL color Cylindrical-coordinate representation of color #CC380D: hue angle of 13.51º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC380D is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 56 13 -
CMYK 0 0.73 0.94 0.2
HSL 13.51º 0.88% 0.43% -
HSV(B) 13.51º 0.94% 0.8% -
XYZ 26.39 15.69 2.02 -
YUV 95.35 81.53 205.5 -
System Red Green Blue C M Y K H S L
Decimal 204 56 13 0 0.73 0.94 0.2 13.51 0.88 0.43
Hex CC 38 D 0 49 5E 14 E 58 2B
Octal 314 70 15 0 111 136 24 16 130 53
Binary 11001100 111000 1101 0 1001001 1011110 10100 1110 1011000 101011

Color Harmonies of #CC380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC380D

Black with #CC380D

Text Example


Text Example

White with #CC380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC380D; }

 p { color: rgb(204,56,13); }

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

background-color css

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

 a { background-color: rgb(204,56,13); }

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

border-color css

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

 span { border-color: rgb(204,56,13); }

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