Html Css Color HEX #CF3A06 Harley Davidson Orange

📋 copy color: '#CF3A06'

red 207 ◦ green 58 ◦ blue 6

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

Shades of Harley Davidson Orange #CF3A06

Tints of Harley Davidson Orange #CF3A06

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.4%

 BLUE value IS 6 (2.73% from 255) = 2.21%

R = 76.38%
G = 21.4%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF3A06 (or 0xCF3A06) is known color: Harley Davidson Orange. HEX triplet: CF, 3A and 06. RGB value is (207,58,6). Sum of RGB (Red+Green+Blue) = 207+58+6=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3A06 is #30C5F9. Grayscale: #606060. Windows color (decimal): -3196410 or 408271. OLE color: 408271.

HSL color Cylindrical-coordinate representation of color #CF3A06: hue angle of 15.52º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF3A06 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 58 6 -
CMYK 0 0.72 0.97 0.19
HSL 15.52º 0.94% 0.42% -
HSV(B) 15.52º 0.97% 0.81% -
XYZ 27.28 16.3 1.88 -
YUV 96.62 76.86 206.73 -
System Red Green Blue C M Y K H S L
Decimal 207 58 6 0 0.72 0.97 0.19 15.52 0.94 0.42
Hex CF 3A 6 0 48 61 13 10 5E 2A
Octal 317 72 6 0 110 141 23 20 136 52
Binary 11001111 111010 110 0 1001000 1100001 10011 10000 1011110 101010

Color Harmonies of #CF3A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3A06

Black with #CF3A06

Text Example


Text Example

White with #CF3A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3A06; }

 p { color: rgb(207,58,6); }

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

background-color css

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

 a { background-color: rgb(207,58,6); }

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

border-color css

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

 span { border-color: rgb(207,58,6); }

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