Html Css Color HEX #CF143A Crimson

📋 copy color: '#CF143A'

red 207 ◦ green 20 ◦ blue 58

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

Shades of Crimson #CF143A

Tints of Crimson #CF143A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 72.63%
G = 7.02%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF143A (or 0xCF143A) is known color: Crimson. HEX triplet: CF, 14 and 3A. RGB value is (207,20,58). Sum of RGB (Red+Green+Blue) = 207+20+58=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF143A is #30EBC5. Grayscale: #505050. Windows color (decimal): -3206086 or 3806415. OLE color: 3806415.

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

Color convert

RGB 207 20 58 -
CMYK 0 0.90 0.72 0.19
HSL 347.81º 0.82% 0.45% -
HSV(B) 347.81º 0.9% 0.81% -
XYZ 26.75 14.07 5.31 -
YUV 80.25 115.45 218.41 -
System Red Green Blue C M Y K H S L
Decimal 207 20 58 0 0.90 0.72 0.19 347.81 0.82 0.45
Hex CF 14 3A 0 5A 48 13 15C 52 2D
Octal 317 24 72 0 132 110 23 534 122 55
Binary 11001111 10100 111010 0 1011010 1001000 10011 101011100 1010010 101101

Color Harmonies of #CF143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF143A

Black with #CF143A

Text Example


Text Example

White with #CF143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF143A; }

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

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

background-color css

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

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

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

border-color css

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

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

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