Html Css Color HEX #CF0346 Crimson

📋 copy color: '#CF0346'

red 207 ◦ green 3 ◦ blue 70

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

Shades of Crimson #CF0346

Tints of Crimson #CF0346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

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

R = 73.93%
G = 1.07%
B = 25%

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

#CF0346 (or 0xCF0346) is known color: Crimson. HEX triplet: CF, 03 and 46. RGB value is (207,3,70). Sum of RGB (Red+Green+Blue) = 207+3+70=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0346 is #30FCB9. Grayscale: #474747. Windows color (decimal): -3210426 or 4588495. OLE color: 4588495.

HSL color Cylindrical-coordinate representation of color #CF0346: hue angle of 340.29º degrees, saturation: 0.97, 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 #CF0346 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 3 70 -
CMYK 0 0.99 0.66 0.19
HSL 340.29º 0.97% 0.41% -
HSV(B) 340.29º 0.99% 0.81% -
XYZ 26.87 13.77 7.04 -
YUV 71.63 127.09 224.55 -
System Red Green Blue C M Y K H S L
Decimal 207 3 70 0 0.99 0.66 0.19 340.29 0.97 0.41
Hex CF 3 46 0 63 42 13 154 61 29
Octal 317 3 106 0 143 102 23 524 141 51
Binary 11001111 11 1000110 0 1100011 1000010 10011 101010100 1100001 101001

Color Harmonies of #CF0346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0346

Black with #CF0346

Text Example


Text Example

White with #CF0346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0346; }

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

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

background-color css

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

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

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

border-color css

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

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

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