Html Css Color HEX #CC381B Harley Davidson Orange

📋 copy color: '#CC381B'

red 204 ◦ green 56 ◦ blue 27

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

Shades of Harley Davidson Orange #CC381B

Tints of Harley Davidson Orange #CC381B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.41%

R = 71.08%
G = 19.51%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC381B (or 0xCC381B) is known color: Harley Davidson Orange. HEX triplet: CC, 38 and 1B. RGB value is (204,56,27). Sum of RGB (Red+Green+Blue) = 204+56+27=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC381B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC381B is #33C7E4. Grayscale: #616161. Windows color (decimal): -3393509 or 1784012. OLE color: 1784012.

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

Color convert

RGB 204 56 27 -
CMYK 0 0.73 0.87 0.2
HSL 9.83º 0.77% 0.45% -
HSV(B) 9.83º 0.87% 0.8% -
XYZ 26.51 15.74 2.68 -
YUV 96.95 88.53 204.36 -
System Red Green Blue C M Y K H S L
Decimal 204 56 27 0 0.73 0.87 0.2 9.83 0.77 0.45
Hex CC 38 1B 0 49 57 14 A 4D 2D
Octal 314 70 33 0 111 127 24 12 115 55
Binary 11001100 111000 11011 0 1001001 1010111 10100 1010 1001101 101101

Color Harmonies of #CC381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC381B

Black with #CC381B

Text Example


Text Example

White with #CC381B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC381B; }

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

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

background-color css

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

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

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

border-color css

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

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

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