Html Css Color HEX #CF3315 Harley Davidson Orange

📋 copy color: '#CF3315'

red 207 ◦ green 51 ◦ blue 21

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

Shades of Harley Davidson Orange #CF3315

Tints of Harley Davidson Orange #CF3315

RGB

 RED value IS 207 (81.25% from 255) = 74.19%

 GREEN value IS 51 (20.31% from 255) = 18.28%

 BLUE value IS 21 (8.59% from 255) = 7.53%

R = 74.19%
G = 18.28%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF3315 (or 0xCF3315) is known color: Harley Davidson Orange. HEX triplet: CF, 33 and 15. RGB value is (207,51,21). Sum of RGB (Red+Green+Blue) = 207+51+21=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3315 is #30CCEA. Grayscale: #5E5E5E. Windows color (decimal): -3198187 or 1389519. OLE color: 1389519.

HSL color Cylindrical-coordinate representation of color #CF3315: hue angle of 9.68º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF3315 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 51 21 -
CMYK 0 0.75 0.90 0.19
HSL 9.68º 0.82% 0.45% -
HSV(B) 9.68º 0.9% 0.81% -
XYZ 27.05 15.69 2.31 -
YUV 94.22 86.68 208.44 -
System Red Green Blue C M Y K H S L
Decimal 207 51 21 0 0.75 0.90 0.19 9.68 0.82 0.45
Hex CF 33 15 0 4B 5A 13 A 52 2D
Octal 317 63 25 0 113 132 23 12 122 55
Binary 11001111 110011 10101 0 1001011 1011010 10011 1010 1010010 101101

Color Harmonies of #CF3315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3315

Black with #CF3315

Text Example


Text Example

White with #CF3315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3315; }

 p { color: rgb(207,51,21); }

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

background-color css

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

 a { background-color: rgb(207,51,21); }

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

border-color css

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

 span { border-color: rgb(207,51,21); }

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