Html Css Color HEX #CF143E Crimson

📋 copy color: '#CF143E'

red 207 ◦ green 20 ◦ blue 62

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

Shades of Crimson #CF143E

Tints of Crimson #CF143E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.45%

R = 71.63%
G = 6.92%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF143E (or 0xCF143E) is known color: Crimson. HEX triplet: CF, 14 and 3E. RGB value is (207,20,62). Sum of RGB (Red+Green+Blue) = 207+20+62=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF143E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF143E is #30EBC1. Grayscale: #505050. Windows color (decimal): -3206082 or 4068559. OLE color: 4068559.

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

Color convert

RGB 207 20 62 -
CMYK 0 0.90 0.70 0.19
HSL 346.52º 0.82% 0.45% -
HSV(B) 346.52º 0.9% 0.81% -
XYZ 26.85 14.11 5.87 -
YUV 80.7 117.45 218.08 -
System Red Green Blue C M Y K H S L
Decimal 207 20 62 0 0.90 0.70 0.19 346.52 0.82 0.45
Hex CF 14 3E 0 5A 46 13 15B 52 2D
Octal 317 24 76 0 132 106 23 533 122 55
Binary 11001111 10100 111110 0 1011010 1000110 10011 101011011 1010010 101101

Color Harmonies of #CF143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF143E

Black with #CF143E

Text Example


Text Example

White with #CF143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF143E; }

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

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

background-color css

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

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

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

border-color css

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

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

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