Html Css Color HEX #CF421B Harley Davidson Orange

📋 copy color: '#CF421B'

red 207 ◦ green 66 ◦ blue 27

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

Shades of Harley Davidson Orange #CF421B

Tints of Harley Davidson Orange #CF421B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22%

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

R = 69%
G = 22%
B = 9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF421B (or 0xCF421B) is known color: Harley Davidson Orange. HEX triplet: CF, 42 and 1B. RGB value is (207,66,27). Sum of RGB (Red+Green+Blue) = 207+66+27=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF421B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF421B is #30BDE4. Grayscale: #686868. Windows color (decimal): -3194341 or 1786575. OLE color: 1786575.

HSL color Cylindrical-coordinate representation of color #CF421B: hue angle of 13º 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 #CF421B is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 66 27 -
CMYK 0 0.68 0.87 0.19
HSL 13º 0.77% 0.46% -
HSV(B) 13º 0.87% 0.81% -
XYZ 27.88 17.24 2.9 -
YUV 103.71 84.71 201.67 -
System Red Green Blue C M Y K H S L
Decimal 207 66 27 0 0.68 0.87 0.19 13 0.77 0.46
Hex CF 42 1B 0 44 57 13 D 4D 2E
Octal 317 102 33 0 104 127 23 15 115 56
Binary 11001111 1000010 11011 0 1000100 1010111 10011 1101 1001101 101110

Color Harmonies of #CF421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF421B

Black with #CF421B

Text Example


Text Example

White with #CF421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF421B; }

 p { color: rgb(207,66,27); }

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

background-color css

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

 a { background-color: rgb(207,66,27); }

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

border-color css

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

 span { border-color: rgb(207,66,27); }

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