Html Css Color HEX #CF1344 Crimson

📋 copy color: '#CF1344'

red 207 ◦ green 19 ◦ blue 68

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

Shades of Crimson #CF1344

Tints of Crimson #CF1344

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.46%

 BLUE value IS 68 (26.95% from 255) = 23.13%

R = 70.41%
G = 6.46%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF1344 (or 0xCF1344) is known color: Crimson. HEX triplet: CF, 13 and 44. RGB value is (207,19,68). Sum of RGB (Red+Green+Blue) = 207+19+68=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1344 is #30ECBB. Grayscale: #505050. Windows color (decimal): -3206332 or 4461519. OLE color: 4461519.

HSL color Cylindrical-coordinate representation of color #CF1344: hue angle of 344.36º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1344 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 19 68 -
CMYK 0 0.91 0.67 0.19
HSL 344.36º 0.83% 0.44% -
HSV(B) 344.36º 0.91% 0.81% -
XYZ 27.01 14.15 6.78 -
YUV 80.8 120.78 218.02 -
System Red Green Blue C M Y K H S L
Decimal 207 19 68 0 0.91 0.67 0.19 344.36 0.83 0.44
Hex CF 13 44 0 5B 43 13 158 53 2C
Octal 317 23 104 0 133 103 23 530 123 54
Binary 11001111 10011 1000100 0 1011011 1000011 10011 101011000 1010011 101100

Color Harmonies of #CF1344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1344

Black with #CF1344

Text Example


Text Example

White with #CF1344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1344; }

 p { color: rgb(207,19,68); }

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

background-color css

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

 a { background-color: rgb(207,19,68); }

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

border-color css

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

 span { border-color: rgb(207,19,68); }

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