Html Css Color HEX #CF144B Crimson

📋 copy color: '#CF144B'

red 207 ◦ green 20 ◦ blue 75

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

Shades of Crimson #CF144B

Tints of Crimson #CF144B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.83%

R = 68.54%
G = 6.62%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF144B (or 0xCF144B) is known color: Crimson. HEX triplet: CF, 14 and 4B. RGB value is (207,20,75). Sum of RGB (Red+Green+Blue) = 207+20+75=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF144B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF144B is #30EBB4. Grayscale: #525252. Windows color (decimal): -3206069 or 4920527. OLE color: 4920527.

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

Color convert

RGB 207 20 75 -
CMYK 0 0.90 0.64 0.19
HSL 342.35º 0.82% 0.45% -
HSV(B) 342.35º 0.9% 0.81% -
XYZ 27.25 14.27 7.98 -
YUV 82.18 123.95 217.03 -
System Red Green Blue C M Y K H S L
Decimal 207 20 75 0 0.90 0.64 0.19 342.35 0.82 0.45
Hex CF 14 4B 0 5A 40 13 156 52 2D
Octal 317 24 113 0 132 100 23 526 122 55
Binary 11001111 10100 1001011 0 1011010 1000000 10011 101010110 1010010 101101

Color Harmonies of #CF144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF144B

Black with #CF144B

Text Example


Text Example

White with #CF144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF144B; }

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

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

background-color css

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

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

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

border-color css

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

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

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