Html Css Color HEX #CF144C Crimson

📋 copy color: '#CF144C'

red 207 ◦ green 20 ◦ blue 76

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

Shades of Crimson #CF144C

Tints of Crimson #CF144C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.6%

 BLUE value IS 76 (30.08% from 255) = 25.08%

R = 68.32%
G = 6.6%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF144C (or 0xCF144C) is known color: Crimson. HEX triplet: CF, 14 and 4C. RGB value is (207,20,76). Sum of RGB (Red+Green+Blue) = 207+20+76=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF144C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF144C is #30EBB3. Grayscale: #525252. Windows color (decimal): -3206068 or 4986063. OLE color: 4986063.

HSL color Cylindrical-coordinate representation of color #CF144C: hue angle of 342.03º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF144C is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 20 76 -
CMYK 0 0.90 0.63 0.19
HSL 342.03º 0.82% 0.45% -
HSV(B) 342.03º 0.9% 0.81% -
XYZ 27.29 14.29 8.16 -
YUV 82.3 124.45 216.95 -
System Red Green Blue C M Y K H S L
Decimal 207 20 76 0 0.90 0.63 0.19 342.03 0.82 0.45
Hex CF 14 4C 0 5A 3F 13 156 52 2D
Octal 317 24 114 0 132 77 23 526 122 55
Binary 11001111 10100 1001100 0 1011010 111111 10011 101010110 1010010 101101

Color Harmonies of #CF144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF144C

Black with #CF144C

Text Example


Text Example

White with #CF144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF144C; }

 p { color: rgb(207,20,76); }

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

background-color css

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

 a { background-color: rgb(207,20,76); }

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

border-color css

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

 span { border-color: rgb(207,20,76); }

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