Html Css Color HEX #CF153E Crimson

📋 copy color: '#CF153E'

red 207 ◦ green 21 ◦ blue 62

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

Shades of Crimson #CF153E

Tints of Crimson #CF153E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.24%

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

R = 71.38%
G = 7.24%
B = 21.38%

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

#CF153E (or 0xCF153E) is known color: Crimson. HEX triplet: CF, 15 and 3E. RGB value is (207,21,62). Sum of RGB (Red+Green+Blue) = 207+21+62=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF153E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF153E is #30EAC1. Grayscale: #515151. Windows color (decimal): -3205826 or 4068815. OLE color: 4068815.

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

Color convert

RGB 207 21 62 -
CMYK 0 0.90 0.70 0.19
HSL 346.77º 0.82% 0.45% -
HSV(B) 346.77º 0.9% 0.81% -
XYZ 26.87 14.15 5.87 -
YUV 81.29 117.12 217.67 -
System Red Green Blue C M Y K H S L
Decimal 207 21 62 0 0.90 0.70 0.19 346.77 0.82 0.45
Hex CF 15 3E 0 5A 46 13 15B 52 2D
Octal 317 25 76 0 132 106 23 533 122 55
Binary 11001111 10101 111110 0 1011010 1000110 10011 101011011 1010010 101101

Color Harmonies of #CF153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF153E

Black with #CF153E

Text Example


Text Example

White with #CF153E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF153E; }

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

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

background-color css

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

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

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

border-color css

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

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

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