Html Css Color HEX #CE341B Harley Davidson Orange

📋 copy color: '#CE341B'

red 206 ◦ green 52 ◦ blue 27

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

Shades of Harley Davidson Orange #CE341B

Tints of Harley Davidson Orange #CE341B

RGB

 RED value IS 206 (80.86% from 255) = 72.28%

 GREEN value IS 52 (20.7% from 255) = 18.25%

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

R = 72.28%
G = 18.25%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE341B (or 0xCE341B) is known color: Harley Davidson Orange. HEX triplet: CE, 34 and 1B. RGB value is (206,52,27). Sum of RGB (Red+Green+Blue) = 206+52+27=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE341B is #31CBE4. Grayscale: #5F5F5F. Windows color (decimal): -3263461 or 1782990. OLE color: 1782990.

HSL color Cylindrical-coordinate representation of color #CE341B: hue angle of 8.38º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE341B is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 52 27 -
CMYK 0 0.75 0.87 0.19
HSL 8.38º 0.77% 0.46% -
HSV(B) 8.38º 0.87% 0.81% -
XYZ 26.88 15.66 2.64 -
YUV 95.2 89.52 207.03 -
System Red Green Blue C M Y K H S L
Decimal 206 52 27 0 0.75 0.87 0.19 8.38 0.77 0.46
Hex CE 34 1B 0 4B 57 13 8 4D 2E
Octal 316 64 33 0 113 127 23 10 115 56
Binary 11001110 110100 11011 0 1001011 1010111 10011 1000 1001101 101110

Color Harmonies of #CE341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE341B

Black with #CE341B

Text Example


Text Example

White with #CE341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE341B; }

 p { color: rgb(206,52,27); }

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

background-color css

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

 a { background-color: rgb(206,52,27); }

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

border-color css

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

 span { border-color: rgb(206,52,27); }

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