Html Css Color HEX #CF0246 Crimson

📋 copy color: '#CF0246'

red 207 ◦ green 2 ◦ blue 70

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

Shades of Crimson #CF0246

Tints of Crimson #CF0246

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 70 (27.73% from 255) = 25.09%

R = 74.19%
G = 0.72%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF0246 (or 0xCF0246) is known color: Crimson. HEX triplet: CF, 02 and 46. RGB value is (207,2,70). Sum of RGB (Red+Green+Blue) = 207+2+70=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0246 is #30FDB9. Grayscale: #464646. Windows color (decimal): -3210682 or 4588239. OLE color: 4588239.

HSL color Cylindrical-coordinate representation of color #CF0246: hue angle of 340.1º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0246 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 2 70 -
CMYK 0 0.99 0.66 0.19
HSL 340.1º 0.98% 0.41% -
HSV(B) 340.1º 0.99% 0.81% -
XYZ 26.86 13.75 7.03 -
YUV 71.05 127.42 224.97 -
System Red Green Blue C M Y K H S L
Decimal 207 2 70 0 0.99 0.66 0.19 340.1 0.98 0.41
Hex CF 2 46 0 63 42 13 154 62 29
Octal 317 2 106 0 143 102 23 524 142 51
Binary 11001111 10 1000110 0 1100011 1000010 10011 101010100 1100010 101001

Color Harmonies of #CF0246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0246

Black with #CF0246

Text Example


Text Example

White with #CF0246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0246; }

 p { color: rgb(207,2,70); }

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

background-color css

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

 a { background-color: rgb(207,2,70); }

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

border-color css

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

 span { border-color: rgb(207,2,70); }

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