Html Css Color HEX #CF1A4B Crimson

📋 copy color: '#CF1A4B'

red 207 ◦ green 26 ◦ blue 75

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

Shades of Crimson #CF1A4B

Tints of Crimson #CF1A4B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.44%

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

R = 67.21%
G = 8.44%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF1A4B (or 0xCF1A4B) is known color: Crimson. HEX triplet: CF, 1A and 4B. RGB value is (207,26,75). Sum of RGB (Red+Green+Blue) = 207+26+75=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1A4B is #30E5B4. Grayscale: #555555. Windows color (decimal): -3204533 or 4922063. OLE color: 4922063.

HSL color Cylindrical-coordinate representation of color #CF1A4B: hue angle of 343.76º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1A4B is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 26 75 -
CMYK 0 0.87 0.64 0.19
HSL 343.76º 0.78% 0.46% -
HSV(B) 343.76º 0.87% 0.81% -
XYZ 27.37 14.51 8.02 -
YUV 85.71 121.97 214.52 -
System Red Green Blue C M Y K H S L
Decimal 207 26 75 0 0.87 0.64 0.19 343.76 0.78 0.46
Hex CF 1A 4B 0 57 40 13 158 4E 2E
Octal 317 32 113 0 127 100 23 530 116 56
Binary 11001111 11010 1001011 0 1010111 1000000 10011 101011000 1001110 101110

Color Harmonies of #CF1A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1A4B

Black with #CF1A4B

Text Example


Text Example

White with #CF1A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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