Html Css Color HEX #CF123B Crimson

📋 copy color: '#CF123B'

red 207 ◦ green 18 ◦ blue 59

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

Shades of Crimson #CF123B

Tints of Crimson #CF123B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.34%

 BLUE value IS 59 (23.44% from 255) = 20.77%

R = 72.89%
G = 6.34%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF123B (or 0xCF123B) is known color: Crimson. HEX triplet: CF, 12 and 3B. RGB value is (207,18,59). Sum of RGB (Red+Green+Blue) = 207+18+59=284 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.89% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 207 - color contains mainly: red. Hex color #CF123B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF123B is #30EDC4. Grayscale: #4F4F4F. Windows color (decimal): -3206597 or 3871439. OLE color: 3871439.

HSL color Cylindrical-coordinate representation of color #CF123B: hue angle of 346.98º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF123B is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 18 59 -
CMYK 0 0.91 0.71 0.19
HSL 346.98º 0.84% 0.44% -
HSV(B) 346.98º 0.91% 0.81% -
XYZ 26.74 14.01 5.43 -
YUV 79.19 116.62 219.17 -
System Red Green Blue C M Y K H S L
Decimal 207 18 59 0 0.91 0.71 0.19 346.98 0.84 0.44
Hex CF 12 3B 0 5B 47 13 15B 54 2C
Octal 317 22 73 0 133 107 23 533 124 54
Binary 11001111 10010 111011 0 1011011 1000111 10011 101011011 1010100 101100

Color Harmonies of #CF123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF123B

Black with #CF123B

Text Example


Text Example

White with #CF123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF123B; }

 p { color: rgb(207,18,59); }

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

background-color css

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

 a { background-color: rgb(207,18,59); }

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

border-color css

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

 span { border-color: rgb(207,18,59); }

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