Html Css Color HEX #CF143C Crimson

📋 copy color: '#CF143C'

red 207 ◦ green 20 ◦ blue 60

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

Shades of Crimson #CF143C

Tints of Crimson #CF143C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.91%

R = 72.13%
G = 6.97%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF143C (or 0xCF143C) is known color: Crimson. HEX triplet: CF, 14 and 3C. RGB value is (207,20,60). Sum of RGB (Red+Green+Blue) = 207+20+60=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF143C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF143C is #30EBC3. Grayscale: #505050. Windows color (decimal): -3206084 or 3937487. OLE color: 3937487.

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

Color convert

RGB 207 20 60 -
CMYK 0 0.90 0.71 0.19
HSL 347.17º 0.82% 0.45% -
HSV(B) 347.17º 0.9% 0.81% -
XYZ 26.8 14.09 5.58 -
YUV 80.47 116.45 218.25 -
System Red Green Blue C M Y K H S L
Decimal 207 20 60 0 0.90 0.71 0.19 347.17 0.82 0.45
Hex CF 14 3C 0 5A 47 13 15B 52 2D
Octal 317 24 74 0 132 107 23 533 122 55
Binary 11001111 10100 111100 0 1011010 1000111 10011 101011011 1010010 101101

Color Harmonies of #CF143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF143C

Black with #CF143C

Text Example


Text Example

White with #CF143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF143C; }

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

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

background-color css

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

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

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

border-color css

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

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

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