Html Css Color HEX #CF1A30 Cardinal

📋 copy color: '#CF1A30'

red 207 ◦ green 26 ◦ blue 48

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

Shades of Cardinal #CF1A30

Tints of Cardinal #CF1A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.08%

R = 73.67%
G = 9.25%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF1A30 (or 0xCF1A30) is known color: Cardinal. HEX triplet: CF, 1A and 30. RGB value is (207,26,48). Sum of RGB (Red+Green+Blue) = 207+26+48=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1A30 is #30E5CF. Grayscale: #525252. Windows color (decimal): -3204560 or 3152591. OLE color: 3152591.

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

Color convert

RGB 207 26 48 -
CMYK 0 0.87 0.77 0.19
HSL 352.71º 0.78% 0.46% -
HSV(B) 352.71º 0.87% 0.81% -
XYZ 26.64 14.22 4.14 -
YUV 82.63 108.47 216.71 -
System Red Green Blue C M Y K H S L
Decimal 207 26 48 0 0.87 0.77 0.19 352.71 0.78 0.46
Hex CF 1A 30 0 57 4D 13 161 4E 2E
Octal 317 32 60 0 127 115 23 541 116 56
Binary 11001111 11010 110000 0 1010111 1001101 10011 101100001 1001110 101110

Color Harmonies of #CF1A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1A30

Black with #CF1A30

Text Example


Text Example

White with #CF1A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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