Html Css Color HEX #CF0043 Crimson

📋 copy color: '#CF0043'

red 207 ◦ green 0 ◦ blue 67

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

Shades of Crimson #CF0043

Tints of Crimson #CF0043

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 67 (26.56% from 255) = 24.45%

R = 75.55%
G = 0%
B = 24.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF0043 (or 0xCF0043) is known color: Crimson. HEX triplet: CF, 00 and 43. RGB value is (207,0,67). Sum of RGB (Red+Green+Blue) = 207+0+67=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0043 is #30FFBC. Grayscale: #454545. Windows color (decimal): -3211197 or 4391119. OLE color: 4391119.

HSL color Cylindrical-coordinate representation of color #CF0043: hue angle of 340.58º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0043 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 0 67 -
CMYK 0 1 0.68 0.19
HSL 340.58º 1% 0.41% -
HSV(B) 340.58º 1% 0.81% -
XYZ 26.75 13.67 6.54 -
YUV 69.53 126.58 226.05 -
System Red Green Blue C M Y K H S L
Decimal 207 0 67 0 1 0.68 0.19 340.58 1 0.41
Hex CF 0 43 0 64 44 13 155 64 29
Octal 317 0 103 0 144 104 23 525 144 51
Binary 11001111 0 1000011 0 1100100 1000100 10011 101010101 1100100 101001

Color Harmonies of #CF0043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0043

Black with #CF0043

Text Example


Text Example

White with #CF0043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0043; }

 p { color: rgb(207,0,67); }

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

background-color css

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

 a { background-color: rgb(207,0,67); }

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

border-color css

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

 span { border-color: rgb(207,0,67); }

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